DatabaseDriver
public class DatabaseDriver
www.doctrine-project.org
Constructor Summary | |
---|---|
DatabaseDriver(mixed schemaManager, AnnotationReader reader) Initializes a new AnnotationDriver that uses the given AnnotationReader for reading docblock annotations. |
Method Summary | |
---|---|
void | {@inheritDoc} |
void | isTransient(mixed className) {@inheritdoc} |
void | loadMetadataForClass(mixed className, mixed metadata) {@inheritdoc} |
public DatabaseDriver(mixed schemaManager, AnnotationReader reader)
Initializes a new AnnotationDriver that uses the given AnnotationReader for reading docblock annotations.
public void getAllClassNames()
public void isTransient(mixed className)
public void loadMetadataForClass(mixed className, mixed metadata)
The DatabaseDriver reverse engineers the mapping metadata from a database.