Uses of Interface
railo.runtime.orm.ORMEngine

Packages that use ORMEngine
railo.runtime.config   
railo.runtime.orm   
railo.runtime.orm.hibernate   
 

Uses of ORMEngine in railo.runtime.config
 

Methods in railo.runtime.config that return ORMEngine
 ORMEngine ConfigImpl.getORMEngine(PageContext pc)
           
 ORMEngine ConfigImpl.resetORMEngine(PageContext pc, boolean force)
           
 

Methods in railo.runtime.config that return types with arguments of type ORMEngine
 Class<ORMEngine> ConfigImpl.getORMEngineClass()
           
 

Uses of ORMEngine in railo.runtime.orm
 

Classes in railo.runtime.orm that implement ORMEngine
 class ORMEngineDummy
           
 

Methods in railo.runtime.orm that return ORMEngine
 ORMEngine ORMSession.getEngine()
          engine from session
static ORMEngine ORMUtil.getEngine(PageContext pc)
           
 

Methods in railo.runtime.orm with parameters of type ORMEngine
static void ORMUtil.printError(String msg, ORMEngine engine)
           
static void ORMUtil.printError(Throwable t, ORMEngine engine)
           
static void ORMException.setAddional(ORMEngine engine, PageException pe)
           
static PageException ORMException.toPageException(ORMEngine engine, Throwable t)
           
 

Constructors in railo.runtime.orm with parameters of type ORMEngine
ORMException(ORMEngine engine, Component cfc, String message)
           
ORMException(ORMEngine engine, Component cfc, String message, String detail)
           
ORMException(ORMEngine engine, String message)
           
ORMException(ORMEngine engine, String message, String detail)
           
 

Uses of ORMEngine in railo.runtime.orm.hibernate
 

Classes in railo.runtime.orm.hibernate that implement ORMEngine
 class HibernateORMEngine
           
 

Methods in railo.runtime.orm.hibernate that return ORMEngine
 ORMEngine HibernateORMSession.getEngine()
           
 

Methods in railo.runtime.orm.hibernate with parameters of type ORMEngine
 Struct HibernateORMEngine.getTableInfo(DatasourceConnection dc, String tableName, ORMEngine engine)
           
 



Copyright © 2012 Railo