1
0
mirror of synced 2025-01-07 09:37:11 +03:00
doctrine2/lib/Doctrine/ORM/Mapping
Miha Vrhovnik d888d7d1c0 Fix wrong annotation
Without above fix I'm getting 
"[Semantical Error] The annotation "@array" in method Doctrine\ORM\Mapping\ClassMetadataInfo::mapEmbedded() was never imported. Did you maybe forget to add a "use" statement for this annotation?"
2014-03-11 14:44:42 +01:00
..
Builder Removed FieldBuilder::unsigned() method as it is only supported by MySQL 2014-01-03 09:48:38 +00:00
Driver Merge pull request #835 from schmittjoh/ValueObjects 2014-02-08 16:24:47 +01:00
Annotation.php LGPL => MIT 2012-05-26 14:37:00 +02:00
AnsiQuoteStrategy.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
AssociationOverride.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
AssociationOverrides.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
AttributeOverride.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
AttributeOverrides.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
Cache.php Fix docs 2013-12-16 11:05:05 -05:00
ChangeTrackingPolicy.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
ClassMetadata.php Reusing chained driver now available in common, fixing cs/code smells and removing duplicate docs. 2012-07-04 20:59:22 +02:00
ClassMetadataFactory.php Merge branch 'master' of github.com:doctrine/doctrine2 into ValueObjects 2014-01-04 17:52:32 +01:00
ClassMetadataInfo.php Fix wrong annotation 2014-03-11 14:44:42 +01:00
Column.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
ColumnResult.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
CustomIdGenerator.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
DefaultEntityListenerResolver.php Fixed typos 2013-03-11 00:08:58 +00:00
DefaultNamingStrategy.php some consistency fixes 2013-11-01 22:37:59 +01:00
DefaultQuoteStrategy.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
DiscriminatorColumn.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
DiscriminatorMap.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
Embeddable.php fixes annotation context 2013-11-01 22:33:59 +01:00
Embedded.php makes column prefix configurable 2013-11-02 14:07:14 +01:00
Entity.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
EntityListenerResolver.php Fixed typos 2013-04-06 14:31:27 +00:00
EntityListeners.php remove @LifecycleCallback 2013-01-29 12:14:52 -02:00
EntityResult.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
FieldResult.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
GeneratedValue.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
HasLifecycleCallbacks.php LGPL => MIT 2012-05-26 14:37:00 +02:00
Id.php LGPL => MIT 2012-05-26 14:37:00 +02:00
Index.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
InheritanceType.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
JoinColumn.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
JoinColumns.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
JoinTable.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
ManyToMany.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
ManyToOne.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
MappedSuperclass.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
MappingException.php Throw exception on embeddables in embeddables. 2014-02-09 10:09:28 +01:00
NamedNativeQueries.php LGPL => MIT 2012-05-26 14:37:00 +02:00
NamedNativeQuery.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
NamedQueries.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
NamedQuery.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
NamingStrategy.php some consistency fixes 2013-11-01 22:37:59 +01:00
OneToMany.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
OneToOne.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
OrderBy.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
PostLoad.php LGPL => MIT 2012-05-26 14:37:00 +02:00
PostPersist.php LGPL => MIT 2012-05-26 14:37:00 +02:00
PostRemove.php LGPL => MIT 2012-05-26 14:37:00 +02:00
PostUpdate.php LGPL => MIT 2012-05-26 14:37:00 +02:00
PreFlush.php LGPL => MIT 2012-05-26 14:37:00 +02:00
PrePersist.php LGPL => MIT 2012-05-26 14:37:00 +02:00
PreRemove.php LGPL => MIT 2012-05-26 14:37:00 +02:00
PreUpdate.php LGPL => MIT 2012-05-26 14:37:00 +02:00
QuoteStrategy.php Cleaned up further unused imports. 2014-02-09 23:45:22 +00:00
ReflectionEmbeddedProperty.php removes restrictions on constructors of embedded objects 2013-11-02 13:31:44 +01:00
SequenceGenerator.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
SqlResultSetMapping.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
SqlResultSetMappings.php LGPL => MIT 2012-05-26 14:37:00 +02:00
Table.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
UnderscoreNamingStrategy.php some consistency fixes 2013-11-01 22:37:59 +01:00
UniqueConstraint.php Fixed documentation for ORM\Mapping 2012-12-03 09:36:08 +00:00
Version.php LGPL => MIT 2012-05-26 14:37:00 +02:00