Doctrine


Namespace Doctrine\ORM\Mapping

Class Summary
AssociationMappingBase class for association mappings.
ChangeTrackingPolicyAnnotations class
ClassMetadataA ClassMetadata instance holds all the object-relational mapping metadata of an entity and it's associations.
ClassMetadataFactoryThe ClassMetadataFactory is used to create ClassMetadata objects that contain all the metadata mapping informations of a class which describes how a class should be mapped to a relational database.
ClassMetadataInfoA ClassMetadata instance holds all the object-relational mapping metadata of an entity and it's associations.
ColumnAnnotations class
DiscriminatorColumnAnnotations class
DiscriminatorMapAnnotations class
ElementCollectionAnnotations class
EntityAnnotations class
GeneratedValueAnnotations class
HasLifecycleCallbacksAnnotations class
IdAnnotations class
IndexAnnotations class
InheritanceTypeAnnotations class
JoinColumnAnnotations class
JoinColumnsAnnotations class
JoinTableAnnotations class
ManyToManyAnnotations class
ManyToManyMappingA many-to-many mapping describes the mapping between two collections of entities.
ManyToOneAnnotations class
MappedSuperclassAnnotations class
MappingExceptionA MappingException indicates that something is wrong with the mapping setup.
OneToManyAnnotations class
OneToManyMappingRepresents a one-to-many mapping.
OneToOneAnnotations class
OneToOneMappingA one-to-one mapping describes a uni-directional mapping from one entity to another entity.
OrderByAnnotations class
PostLoadAnnotations class
PostPersistAnnotations class
PostRemoveAnnotations class
PostUpdateAnnotations class
PrePersistAnnotations class
PreRemoveAnnotations class
PreUpdateAnnotations class
SequenceGeneratorAnnotations class
TableAnnotations class
UniqueConstraintAnnotations class
VersionAnnotations class

Doctrine