Doctrine\ORM\Mapping
Namespaces
Doctrine\ORM\Mapping\DriverDoctrine\ORM\Mapping\ExceptionDoctrine\ORM\Mapping\ExporterDoctrine\ORM\Mapping\Factory
Classes
The ClassMetadataFactory is used to create ClassMetadata objects that contain all the
metadata mapping information of a class which describes how a class should be mapped
to a relational database.
Class AssociationMetadata
Class CacheUsage
Class ChangeTrackingPolicy
A ClassMetadata instance holds all the object-relational mapping metadata
of an entity and its associations.
The ClassMetadataFactory is used to create ClassMetadata objects that contain all the
metadata mapping information of a class which describes how a class should be mapped
to a relational database.
A ComponentMetadata instance holds object-relational property mapping.
The default DefaultEntityListener
A MappingException indicates that something is wrong with the mapping setup.
Acts as a proxy to a nested Property structure, making it look like
just a single scalar property.
Interfaces
A resolver is used to instantiate an entity listener.