Driver
public interface Driver
www.doctrine-project.com
Method Summary | |
---|---|
array | Gets the names of all mapped classes known to this driver. |
boolean | isTransient(string className) Whether the class with the specified name should have its metadata loaded. |
void | loadMetadataForClass(string className, ClassMetadataInfo metadata) Loads the metadata for the specified class into the provided container. |
public array getAllClassNames()
Gets the names of all mapped classes known to this driver.
public boolean isTransient(string className)
Whether the class with the specified name should have its metadata loaded. This is only the case if it is either mapped as an Entity or a MappedSuperclass.
public void loadMetadataForClass(string className, ClassMetadataInfo metadata)
Loads the metadata for the specified class into the provided container.
Contract for metadata drivers.