1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib/Doctrine/ORM/Persisters
Thomas Rothe fb055ca75d fixed problems with joined inheritance and composite keys
SchemaTool now creates all Id columns not just only the first one.
Insert statement for child entity now contains parameter for additional key columns only once.
2012-12-16 18:20:10 +01:00
..
AbstractCollectionPersister.php Fix CS 2012-11-05 22:52:43 -02:00
AbstractEntityInheritancePersister.php small refacory on AbstractEntityInheritancePersister 2012-11-05 22:50:24 -02:00
BasicEntityPersister.php Merge pull request #413 from FabioBatSilva/refactory-persisters 2012-11-25 03:50:52 -08:00
ElementCollectionPersister.php change 'use' statements 2012-11-05 22:52:41 -02:00
JoinedSubclassPersister.php fixed problems with joined inheritance and composite keys 2012-12-16 18:20:10 +01:00
ManyToManyPersister.php code refactoring on ManyToManyPersister 2012-11-05 22:52:40 -02:00
OneToManyPersister.php code refactoring on OneToManyPersister 2012-11-05 22:52:40 -02:00
SingleTablePersister.php code refactoring on SingleTablePersister 2012-11-05 22:52:40 -02:00
SqlExpressionVisitor.php [DDC-1637] Implementation of Criteria Collections API for 2012-07-09 09:59:48 +02:00
SqlValueVisitor.php remove unused classes 2012-10-23 18:19:28 +02:00
UnionSubclassPersister.php fixed use statements 2012-10-12 13:53:20 +02:00