railo.runtime.orm
Interface ORMConfiguration
- All Known Implementing Classes:
- ORMConfigurationImpl
public interface ORMConfiguration
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
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