Contract for a Doctrine persistence layer ClassMetadata class to implement.
@license http://www.opensource.org/licenses/lgpl-license.php LGPL @link www.doctrine-project.org @since 2.1 @author Benjamin Eberlei <kontakt@beberlei.de> @author Jonathan Wage <jonwage@gmail.com>
Expanded class hierarchy of ClassMetadataFactory
All classes that implement ClassMetadataFactory
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassMetadataFactory:: |
function | Forces the factory to load the metadata of all classes known to the underlying mapping driver. | 1 | |
ClassMetadataFactory:: |
function | Gets the class metadata descriptor for a class. | 1 | |
ClassMetadataFactory:: |
function | Checks whether the factory has the metadata for a class loaded already. | 1 | |
ClassMetadataFactory:: |
function | Whether the class with the specified name should have its metadata loaded. This is only the case if it is either mapped directly or as a MappedSuperclass. | 1 | |
ClassMetadataFactory:: |
function | Sets the metadata descriptor for a specific class. | 1 |