Class Summary |
AbstractFileDriver | Base driver for file-based metadata drivers.
|
AnnotationDriver | The AnnotationDriver reads the mapping metadata from docblock annotations. |
DatabaseDriver | The DatabaseDriver reverse engineers the mapping metadata from a database. |
DriverChain | The DriverChain allows you to add multiple other mapping drivers for
certain namespaces |
PhpDriver | The PhpDriver includes php files which just populate ClassMetadataInfo
instances with plain php code |
XmlDriver | XmlDriver is a metadata driver that enables mapping through XML files. |
YamlDriver | The YamlDriver reads the mapping metadata from yaml schema files. |