|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HibernateORMEngine | |
---|---|
railo.runtime.orm.hibernate | |
railo.runtime.orm.hibernate.tuplizer.accessors |
Uses of HibernateORMEngine in railo.runtime.orm.hibernate |
---|
Methods in railo.runtime.orm.hibernate with parameters of type HibernateORMEngine | |
---|---|
static int |
HibernateCaster.cascade(HibernateORMEngine engine,
String cascade)
|
static int |
HibernateCaster.collectionType(HibernateORMEngine engine,
String strCollectionType)
|
static org.hibernate.cfg.Configuration |
HibernateSessionFactory.createConfiguration(HibernateORMEngine engine,
String mappings,
DatasourceConnection dc,
ORMConfiguration ormConf)
|
static String |
HibernateSessionFactory.createMappings(HibernateORMEngine engine,
Map<String,railo.runtime.orm.hibernate.CFCInfo> cfcs)
|
static void |
HBMCreator.createXMLMapping(PageContext pc,
DatasourceConnection dc,
Component cfc,
ORMConfiguration ormConf,
Element hibernateMapping,
HibernateORMEngine engine)
|
static Property[] |
HBMCreator.getIds(HibernateORMEngine engine,
Component cfc,
Property[] props,
String tableName,
boolean ignoreTableName)
|
static Property[] |
HBMCreator.getIds(HibernateORMEngine engine,
Component cfc,
railo.runtime.orm.hibernate.PropertyCollection pc)
|
static List<Component> |
HibernateSessionFactory.loadComponents(PageContext pc,
HibernateORMEngine engine,
ORMConfiguration ormConf)
|
static railo.runtime.orm.hibernate.PropertyCollection |
HBMCreator.splitJoins(HibernateORMEngine engine,
Component cfc,
Map<String,railo.runtime.orm.hibernate.PropertyCollection> joins,
Property[] props)
|
static String |
HibernateCaster.toHibernateType(HibernateORMEngine engine,
String type)
|
static Object |
HibernateCaster.toSQL(HibernateORMEngine engine,
ColumnInfo ci,
Object value,
RefBoolean isArray)
translate CFMl specific types to Hibernate/SQL specific types |
static Object |
HibernateCaster.toSQL(HibernateORMEngine engine,
org.hibernate.type.Type type,
Object value,
RefBoolean isArray)
translate CFMl specific types to Hibernate/SQL specific types |
Constructors in railo.runtime.orm.hibernate with parameters of type HibernateORMEngine | |
---|---|
HibernateException(HibernateORMEngine engine,
Component cfc,
String message)
|
|
HibernateException(HibernateORMEngine engine,
Component cfc,
String message,
String detail)
|
|
HibernateException(HibernateORMEngine engine,
String message)
|
|
HibernateException(HibernateORMEngine engine,
String message,
String detail)
|
|
HibernateORMSession(HibernateORMEngine engine,
org.hibernate.SessionFactory factory,
DatasourceConnection dc)
|
|
HibernateRuntimeException(HibernateORMEngine engine,
String message)
standart excption constructor |
Uses of HibernateORMEngine in railo.runtime.orm.hibernate.tuplizer.accessors |
---|
Methods in railo.runtime.orm.hibernate.tuplizer.accessors that return HibernateORMEngine | |
---|---|
HibernateORMEngine |
CFCGetter.getHibernateORMEngine()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |