1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/lib/Doctrine/ORM/Mapping
Marco Pivetta cb7a77cc03 Removing usage of ClassUtil where not strictly needed
Optimizing the ClassMetadataFactory API instead and using ClassMetadata to check actual class names as da962f2e and c27b4de0 introduced too much overhead
2012-04-07 18:53:34 +02:00
..
Builder Remove all trailing whitespaces 2011-12-19 22:56:19 +01:00
Driver [DDC-1534] YamlDriver wrongly used "inversedBy" inside join table condition although its independent. 2012-04-07 10:42:54 +02:00
Annotation.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
ChangeTrackingPolicy.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
ClassMetadata.php DCOM-93 - Removed reflection dependency from ClassMetadata completly, moving all the code into ClassMetadataInfo for BC reasons. 2012-01-02 21:32:18 +01:00
ClassMetadataFactory.php Removing usage of ClassUtil where not strictly needed 2012-04-07 18:53:34 +02:00
ClassMetadataInfo.php Fixing a bug when calling setDiscriminatorMap from multiple sources (ie: from Events::loadClassMetadata and annotation). 2012-04-04 14:49:34 +02:00
Column.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
CustomIdGenerator.php Remove support to pass arguments to custom ID generator's constructor 2012-01-08 15:20:35 +03:00
DefaultNamingStrategy.php move naming classes to Doctrine\ORM\Mapping 2011-12-24 12:01:25 -02:00
DiscriminatorColumn.php Fix DDC-807, DDC-553 2012-02-13 23:22:49 -02:00
DiscriminatorMap.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
ElementCollection.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
Entity.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
GeneratedValue.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
HasLifecycleCallbacks.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
Id.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
Index.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
InheritanceType.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
JoinColumn.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
JoinColumns.php Added remaining absolute namespace paths to phpdoc annotations - issue DDC-1025. 2011-12-11 21:56:27 +00:00
JoinTable.php Added remaining absolute namespace paths to phpdoc annotations - issue DDC-1025. 2011-12-11 21:56:27 +00:00
ManyToMany.php [DDC-1654] Add support for orphanRemoval on ManyToMany associations. This only makes sense when ManyToMany is used as uni-directional OneToMany association with join table. The join column has a unique constraint on it to enforce this on the DB level, but we dont validate that this actually happens. Foreign Key constraints help prevent issues and notify developers early if they use it wrong. 2012-02-20 10:33:16 +01:00
ManyToOne.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
MappedSuperclass.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
MappingException.php [DDC-1746] Throw exception on invalid cascade option. 2012-04-01 11:01:58 +02:00
NamedQueries.php Added remaining absolute namespace paths to phpdoc annotations - issue DDC-1025. 2011-12-11 21:56:27 +00:00
NamedQuery.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
NamingStrategy.php fix indentation 2011-12-24 12:34:49 -02:00
OneToMany.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
OneToOne.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
OrderBy.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
PostLoad.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
PostPersist.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
PostRemove.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
PostUpdate.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
PreFlush.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
PrePersist.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
PreRemove.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
PreUpdate.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
SequenceGenerator.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
Table.php Implement custom options on table level 2012-01-26 15:05:26 +01:00
UnderscoreNamingStrategy.php fix typo 2011-12-27 09:53:09 -02:00
UniqueConstraint.php PSR-0 compliance 2011-11-27 12:59:17 +01:00
Version.php PSR-0 compliance 2011-11-27 12:59:17 +01:00