railo.runtime.orm
Interface ORMConfiguration

All Known Implementing Classes:
ORMConfigurationImpl

public interface ORMConfiguration


Field Summary
static int DBCREATE_DROP_CREATE
           
static int DBCREATE_NONE
           
static int DBCREATE_UPDATE
           
 
Method Summary
 boolean autogenmap()
           
 boolean autoManageSession()
           
 String eventHandler()
           
 boolean eventHandling()
           
 boolean flushAtRequestEnd()
           
 Resource getCacheConfig()
           
 String getCacheProvider()
           
 String getCatalog()
           
 Resource[] getCfcLocations()
           
 int getDbCreate()
           
 String getDialect()
           
 Resource getOrmConfig()
           
 String getSchema()
           
 Resource getSqlScript()
           
 String hash()
           
 boolean isDefaultCfcLocation()
           
 boolean logSQL()
           
 String namingStrategy()
           
 boolean saveMapping()
           
 boolean secondaryCacheEnabled()
           
 boolean skipCFCWithError()
           
 Object toStruct()
           
 boolean useDBForMapping()
           
 

Field Detail

DBCREATE_NONE

static final int DBCREATE_NONE
See Also:
Constant Field Values

DBCREATE_UPDATE

static final int DBCREATE_UPDATE
See Also:
Constant Field Values

DBCREATE_DROP_CREATE

static final int DBCREATE_DROP_CREATE
See Also:
Constant Field Values
Method Detail

hash

String hash()

autogenmap

boolean autogenmap()
Returns:
the autogenmap

getCatalog

String getCatalog()
Returns:
the catalog

getCfcLocations

Resource[] getCfcLocations()
Returns:
the cfcLocation

isDefaultCfcLocation

boolean isDefaultCfcLocation()

getDbCreate

int getDbCreate()
Returns:
the dbCreate

getDialect

String getDialect()
Returns:
the dialect

eventHandling

boolean eventHandling()
Returns:
the eventHandling

eventHandler

String eventHandler()

namingStrategy

String namingStrategy()

flushAtRequestEnd

boolean flushAtRequestEnd()
Returns:
the flushAtRequestEnd

logSQL

boolean logSQL()
Returns:
the logSQL

saveMapping

boolean saveMapping()
Returns:
the saveMapping

getSchema

String getSchema()
Returns:
the schema

secondaryCacheEnabled

boolean secondaryCacheEnabled()
Returns:
the secondaryCacheEnabled

getSqlScript

Resource getSqlScript()
Returns:
the sqlScript

useDBForMapping

boolean useDBForMapping()
Returns:
the useDBForMapping

getCacheConfig

Resource getCacheConfig()
Returns:
the cacheConfig

getCacheProvider

String getCacheProvider()
Returns:
the cacheProvider

getOrmConfig

Resource getOrmConfig()
Returns:
the ormConfig

skipCFCWithError

boolean skipCFCWithError()

autoManageSession

boolean autoManageSession()

toStruct

Object toStruct()


Copyright © 2012 Railo