1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/lib/Doctrine/ORM/Mapping
2009-07-18 18:06:30 +00:00
..
Driver [2.0] added entity lifecycle events. 2009-07-18 18:06:30 +00:00
AssociationMapping.php [2.0] added load() method 2009-07-17 13:41:03 +00:00
ClassMetadata.php [2.0] Moved locking tests into Functional namespace. Fixed several missing flush() calls in some functional association tests. Reordered DELETE statements for ecommerce model tests in OrmFunctionalTestCase in order to maintain referential integrity. Fixed issue with bi-directional self-referencing one-one associations. Some other small improvements and cosmetics. Small hydration performance improvement through inlining method call in UnitOfWork::createEntity(). 2009-07-18 11:41:37 +00:00
ClassMetadataFactory.php [2.0] Moved locking tests into Functional namespace. Fixed several missing flush() calls in some functional association tests. Reordered DELETE statements for ecommerce model tests in OrmFunctionalTestCase in order to maintain referential integrity. Fixed issue with bi-directional self-referencing one-one associations. Some other small improvements and cosmetics. Small hydration performance improvement through inlining method call in UnitOfWork::createEntity(). 2009-07-18 11:41:37 +00:00
ManyToManyMapping.php [2.0] added load() method 2009-07-17 13:41:03 +00:00
MappingException.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
OneToManyMapping.php [2.0] added load() method 2009-07-17 13:41:03 +00:00
OneToOneMapping.php [2.0] Moved locking tests into Functional namespace. Fixed several missing flush() calls in some functional association tests. Reordered DELETE statements for ecommerce model tests in OrmFunctionalTestCase in order to maintain referential integrity. Fixed issue with bi-directional self-referencing one-one associations. Some other small improvements and cosmetics. Small hydration performance improvement through inlining method call in UnitOfWork::createEntity(). 2009-07-18 11:41:37 +00:00