Driver
Table of Contents
Classes
- AnnotationDriver
- The AnnotationDriver reads the mapping metadata from docblock annotations.
- AttributeDriver
- 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.
- RepeatableAttributeCollection
- SimplifiedXmlDriver
- XmlDriver that additionally looks for mapping information in a global file.
- SimplifiedYamlDriver
- YamlDriver that additionally looks for mapping information in a global file.
- StaticPHPDriver
- The StaticPHPDriver calls a static loadMetadata() method on your entity
classes where you can manually populate the ClassMetadata instance.
- XmlDriver
- XmlDriver is a metadata driver that enables mapping through XML files.
- YamlDriver
- The YamlDriver reads the mapping metadata from yaml schema files.