You are here

namespace Doctrine\Common\Persistence\Mapping in Plug 7

Classsort descending Location Description
AbstractClassMetadataFactory lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php The 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.
ClassMetadata lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php Contract for a Doctrine persistence layer ClassMetadata class to implement.
ClassMetadataFactory lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php Contract for a Doctrine persistence layer ClassMetadata class to implement.
MappingException lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php A MappingException indicates that something is wrong with the mapping setup.
ReflectionService lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php Very simple reflection service abstraction.
RuntimeReflectionService lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php PHP Runtime Reflection Service.
StaticReflectionService lib/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php PHP Runtime Reflection Service.