Метод | Описание | |
---|---|---|
getAnnotationRegistries ( ) : array | Returns the entity managers annotation registries configuration. | |
getDatasource ( ) : AppserverIo\Appserver\Core\Api\Node\DatasourceNode | Returns the entity manager's datasource configuration. | |
getDirectories ( ) : |
Array with the directories. | |
getDirectoriesAsArray ( string $prepend = null ) : The | Returns an array with the directories as string value, each prepended with the passed value. | |
getFactory ( ) : string | Returns the entity manager's factory class name. | |
getInterface ( ) : string | Returns the entity manager's interface. | |
getMetadataCacheConfiguration ( ) : AppserverIo\Appserver\Core\Api\Node\MetadataCacheConfigurationNode | Returns the entity manager's metadata cache configuration. | |
getMetadataConfiguration ( ) : AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode | Returns the entity manager's metadata configuration. | |
getName ( ) : string | Returns the entity manager's name. | |
getParam ( string $name ) : mixed | Returns the param with the passed name casted to the specified type. | |
getParams ( ) : array | Array with the handler params to use. | |
getParamsAsArray ( ) : array | Returns the params casted to the defined type as associative array. | |
getQueryCacheConfiguration ( ) : AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode | Returns the entity manager's query cache configuration. | |
getResultCacheConfiguration ( ) : AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode | Returns the entity manager's result cache configuration. | |
getType ( ) : string | Returns the entity manager's class name. |
public getAnnotationRegistries ( ) : array | ||
Результат | array | The entity managers annotation registries configuration |
public getDatasource ( ) : AppserverIo\Appserver\Core\Api\Node\DatasourceNode | ||
Результат | AppserverIo\Appserver\Core\Api\Node\DatasourceNode | The entity manager's datasource configuration |
public getDirectories ( ) : |
||
Результат |
public getDirectoriesAsArray ( string $prepend = null ) : The | ||
$prepend | string | Prepend to each directory |
Результат | The | array with the directories as string |
public getFactory ( ) : string | ||
Результат | string | The entity manager's factory class name |
public getInterface ( ) : string | ||
Результат | string | The entity manager's interface |
public getMetadataCacheConfiguration ( ) : AppserverIo\Appserver\Core\Api\Node\MetadataCacheConfigurationNode | ||
Результат | AppserverIo\Appserver\Core\Api\Node\MetadataCacheConfigurationNode | The entity manager's metadata cache configuration |
public getMetadataConfiguration ( ) : AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode | ||
Результат | AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode | The entity manager's metadata configuration |
public getParamsAsArray ( ) : array | ||
Результат | array | The array with the casted params |
public getQueryCacheConfiguration ( ) : AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode | ||
Результат | AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode | The entity manager's query cache configuration |
public getResultCacheConfiguration ( ) : AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode | ||
Результат | AppserverIo\Appserver\Core\Api\Node\MetadataConfigurationNode | The entity manager's result cache configuration |