Package | Description |
---|---|
lucee.runtime | |
lucee.runtime.db | |
lucee.runtime.orm | |
lucee.runtime.orm.hibernate |
Modifier and Type | Method and Description |
---|---|
ORMSession |
PageContextImpl.getORMSession(boolean create) |
Modifier and Type | Method and Description |
---|---|
void |
DatasourceManagerImpl.add(PageContext pc,
ORMSession session) |
Modifier and Type | Method and Description |
---|---|
ORMSession |
ORMEngine.createSession(PageContext pc) |
static ORMSession |
ORMUtil.getSession(PageContext pc) |
static ORMSession |
ORMUtil.getSession(PageContext pc,
boolean create) |
Constructor and Description |
---|
ORMConnection(PageContext pc,
ORMSession session,
DataSource ds,
boolean begin)
Constructor of the class
|
ORMDatasourceConnection(PageContext pc,
ORMSession session,
DataSource ds) |
Modifier and Type | Class and Description |
---|---|
class |
HibernateORMSession |
Modifier and Type | Method and Description |
---|---|
ORMSession |
HibernateORMEngine.createSession(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
static int |
HibernateCaster.cascade(ORMSession session,
String cascade) |
static int |
HibernateCaster.collectionType(ORMSession session,
String strCollectionType) |
static PageException |
ExceptionUtil.createException(ORMSession session,
Component cfc,
String message,
String detail) |
static PageException |
ExceptionUtil.createException(ORMSession session,
Component cfc,
Throwable t) |
static String |
HibernateCaster.toHibernateType(ORMSession session,
String type) |
Copyright © 2015 Lucee