This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-01-18 22:41:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Mapping
History
romanb
56a708843d
[2.0] Added missing detach cascade option.
2009-07-25 16:52:19 +00:00
..
Driver
[2.0] Refined implementation and semantics of the merge and detach operations. General cleanups and API improvements. Added a testcase for detaching/serializing->unserializing->modifying->merging to demonstrate the transparent serialization.
2009-07-25 16:33:29 +00:00
AssociationMapping.php
[2.0] Added missing detach cascade option.
2009-07-25 16:52:19 +00:00
ClassMetadata.php
[2.0] Added missing detach cascade option.
2009-07-25 16:52:19 +00:00
ClassMetadataFactory.php
[2.0]
Fixed
#2373
. Some small perf. improvements for UnitOfWork.
2009-07-23 09:52:16 +00:00
ManyToManyMapping.php
[2.0] Accomodate joincolumn names in the metadata, in the selection and the hydration processes. Improved Api of the ProxyFactory. Working implementation of lazy loading for *-to-one associations (affects
#2348
)
2009-07-20 12:05:19 +00:00
MappingException.php
[2.0] Another step towards finishing namespace refactoring
2009-02-20 05:46:20 +00:00
OneToManyMapping.php
[2.0]
Fixed
#2373
. Some small perf. improvements for UnitOfWork.
2009-07-23 09:52:16 +00:00
OneToOneMapping.php
[2.0]
Fixed
#2373
. Some small perf. improvements for UnitOfWork.
2009-07-23 09:52:16 +00:00