cborm.util.IORMUtil
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com Author : Luis Majano & Mike McKellip Description : The base interface for retreieveing the right CF ORM session for CFML engines that do not support multiple dsn's yet. Once they do, these implementations will disappear.
Method Summary | |
---|---|
void
|
clearSession([string datasource])
|
void
|
closeSession([string datasource])
|
void
|
evictQueries([string cachename], [string datasource])
|
void
|
flush([string datasource])
|
string
|
getDefaultDatasource()
|
string
|
getEntityDatasource(any entity)
|
any
|
getSession([string datasource])
|
any
|
getSessionFactory([string datasource])
|
Method Detail |
---|
datasource
datasource
cachename
datasource
datasource
entity
datasource
datasource