Метод |
Описание |
|
addDesignDocument ( string $name, string $className, array $options ) |
|
|
addDocumentNamespace ( string $alias, string $namespace ) |
Adds a namespace under a certain alias. |
|
getAllOrNothingFlush ( ) : boolean |
|
|
getAutoGenerateProxyClasses ( ) |
|
|
getDesignDocument ( string $name ) : array |
|
|
getDesignDocumentNames ( ) : array |
|
|
getDocumentNamespace ( string $documentNamespaceAlias ) : string |
Resolves a registered namespace alias to the full namespace. |
|
getLuceneHandlerName ( ) |
|
|
getMetadataCacheImpl ( ) : Doctrine\Common\Cache\Cache |
Gets the cache driver implementation that is used for metadata caching. |
|
getMetadataDriverImpl ( ) : Doctrine\Common\Persistence\Mapping\Driver\MappingDriver |
Gets the cache driver implementation that is used for the mapping metadata. |
|
getMetadataResolverImpl ( ) |
|
|
getMigrations ( ) : Doctrine\ODM\CouchDB\Migrations\NullMigration; |
|
|
getProxyDir ( ) : string |
Gets the directory where Doctrine generates any necessary proxy class files. |
|
getProxyNamespace ( ) : string |
Gets the namespace for Doctrine proxy class files. |
|
getUUIDGenerationBufferSize ( ) : integer |
Gets the default UUID Generator buffer size |
|
getValidateDoctrineMetadata ( ) : boolean |
Gets if all CouchDB document metadata should be validated on read |
|
newDefaultAnnotationDriver ( array $paths = [] ) : AnnotationDriver |
Add a new default annotation driver with a correctly configured annotation reader. |
|
setAllOrNothingFlush ( boolean $allOrNothing ) |
|
|
setAutoGenerateProxyClasses ( $bool ) |
|
|
setDocumentNamespaces ( array $documentNamespaces ) : void |
Set the document alias map |
|
setLuceneHandlerName ( $handlerName = '_fti' ) |
|
|
setMetadataCacheImpl ( Doctrine\Common\Cache\Cache $cacheImpl ) |
Sets the cache driver implementation that is used for metadata caching. |
|
setMetadataDriverImpl ( Doctrine\Common\Persistence\Mapping\Driver\MappingDriver $driverImpl ) |
Sets the cache driver implementation that is used for metadata caching. |
|
setMetadataResolverImpl ( Doctrine\ODM\CouchDB\Mapping\MetadataResolver\MetadataResolver $resolver ) |
|
|
setMigrations ( Doctrine\ODM\CouchDB\Migrations\DocumentMigration $migration ) |
|
|
setProxyDir ( string $dir ) |
Sets the directory where Doctrine generates any necessary proxy class files. |
|
setProxyNamespace ( string $namespace ) |
Sets the namespace for Doctrine proxy class files. |
|
setUUIDGenerationBufferSize ( integer $UUIDGenerationBufferSize ) |
Sets the default UUID Generator buffer size |
|
setValidateDoctrineMetadata ( boolean $validateDoctrineMetadata ) |
Sets if all CouchDB document metadata should be validated on read |
|