Property | Type | Description | |
---|---|---|---|
$cacheSalt |
Method | Description | |
---|---|---|
__construct ( Doctrine\ODM\PHPCR\DocumentManagerInterface $dm ) | Creates a new factory instance that uses the given DocumentManager instance. | |
getMetadataFor ( $className ) | ||
loadMetadata ( $className ) |
Method | Description | |
---|---|---|
doLoadMetadata ( ClassMetadata $class, ClassMetadata | null $parent, boolean $rootEntityFound, array $nonSuperclassParents ) | Actually loads PHPCR-ODM metadata from the underlying metadata. | |
getDriver ( ) | ||
getFqcnFromAlias ( $namespaceAlias, $simpleClassName ) | ||
initialize ( ) | ||
initializeReflection ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class, Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) | ||
isEntity ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class ) | {@inheritDoc} | |
newClassMetadataInstance ( $className ) | ||
validateRuntimeMetadata ( ClassMetadata $class, $parent ) | Validate runtime metadata is correctly defined. | |
wakeupReflection ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class, Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) |
Method | Description | |
---|---|---|
addInheritedDocumentOptions ( ClassMetadata $subClass, ClassMetadata $parentClass ) | Set the document level options of the parent class to the subclass. | |
addInheritedFields ( ClassMetadata $subClass, ClassMetadata $parentClass ) | Adds inherited fields to the subclass mapping. |
public __construct ( Doctrine\ODM\PHPCR\DocumentManagerInterface $dm ) | ||
$dm | Doctrine\ODM\PHPCR\DocumentManagerInterface | The DocumentManager instance |
protected doLoadMetadata ( ClassMetadata $class, ClassMetadata | null $parent, boolean $rootEntityFound, array $nonSuperclassParents ) | ||
$class | ClassMetadata | |
$parent | ClassMetadata | null | |
$rootEntityFound | boolean | |
$nonSuperclassParents | array | All parent class names that are not marked as mapped superclasses. |
protected getFqcnFromAlias ( $namespaceAlias, $simpleClassName ) |
protected initializeReflection ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class, Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) | ||
$class | Doctrine\Common\Persistence\Mapping\ClassMetadata | |
$reflService | Doctrine\Common\Persistence\Mapping\ReflectionService |
protected isEntity ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class ) | ||
$class | Doctrine\Common\Persistence\Mapping\ClassMetadata |
protected validateRuntimeMetadata ( ClassMetadata $class, $parent ) | ||
$class | ClassMetadata | |
$parent |
protected wakeupReflection ( Doctrine\Common\Persistence\Mapping\ClassMetadata $class, Doctrine\Common\Persistence\Mapping\ReflectionService $reflService ) | ||
$class | Doctrine\Common\Persistence\Mapping\ClassMetadata | |
$reflService | Doctrine\Common\Persistence\Mapping\ReflectionService |