.. |
Builder
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
Driver
|
added xml/yml drivers
|
2012-04-21 01:41:04 -03:00 |
Annotation.php
|
PSR-0 compliance
|
2011-11-27 12:59:17 +01:00 |
AssociationOverride.php
|
added support for @AssociationOverride
|
2012-04-21 01:38:34 -03:00 |
AssociationOverrides.php
|
added support for @AssociationOverride
|
2012-04-21 01:38:34 -03: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
|
named native query inheritance
|
2012-04-15 15:40:43 -03:00 |
ClassMetadataInfo.php
|
added xml/yml drivers
|
2012-04-21 01:41:04 -03:00 |
Column.php
|
PSR-0 compliance
|
2011-11-27 12:59:17 +01:00 |
ColumnResult.php
|
sql result set mapping metadata
|
2012-04-15 15:39:22 -03: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 |
EntityResult.php
|
annotation driver and basic support
|
2012-04-15 15:39:22 -03:00 |
FieldResult.php
|
native query annotations
|
2012-04-15 15:39:21 -03: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 support for @AssociationOverride
|
2012-04-21 01:38:34 -03: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
|
added xml/yml drivers
|
2012-04-21 01:41:04 -03:00 |
NamedNativeQueries.php
|
annotation driver and basic support
|
2012-04-15 15:39:22 -03:00 |
NamedNativeQuery.php
|
annotation driver and basic support
|
2012-04-15 15:39:22 -03: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 |
SqlResultSetMapping.php
|
annotation driver and basic support
|
2012-04-15 15:39:22 -03:00 |
SqlResultSetMappings.php
|
annotation driver and basic support
|
2012-04-15 15:39:22 -03: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 |