ColdBox Platform v3.8.0

coldbox.system.plugins
Class ORMService

WEB-INF.cftags.component
        extended by coldbox.system.orm.hibernate.BaseORMService
            extended by coldbox.system.plugins.ORMService

public class ORMService
extends coldbox.system.orm.hibernate.BaseORMService

Constructor Summary
init()
          Constructor
   
Methods inherited from class coldbox.system.orm.hibernate.BaseORMService
$delete, $deleteAll, $deleteByID, $deleteByQuery, $deleteWhere, $save, $saveAll, $transactioned, GETDEFAULTASQUERY, GETEVENTHANDLING, GETHQLDYNAMICCACHE, GETORM, GETORMEVENTHANDLER, GETQUERYCACHEREGION, GETUSEQUERYCACHING, GETUSETRANSACTIONS, SETDEFAULTASQUERY, SETEVENTHANDLING, SETHQLDYNAMICCACHE, SETORM, SETORMEVENTHANDLER, SETQUERYCACHEREGION, SETUSEQUERYCACHING, SETUSETRANSACTIONS, clear, compileHQLFromDynamicMethod, convertIDValueToJavaType, convertValueToJavaType, count, countWhere, createCriteriaQuery, createService, criteriaCount, criteriaQuery, delete, deleteAll, deleteByID, deleteByQuery, deleteWhere, evict, evictEntity, evictQueries, executeQuery, exists, findAll, findAllWhere, findByExample, findDynamically, findIt, findWhere, get, getAll, getEntityGivenName, getKey, getPropertyNames, getRestrictions, getSessionStatistics, getTableName, isSessionDirty, list, merge, new, newCriteria, onMissingMethod, populate, populateFromJSON, populateFromQuery, populateFromXML, populateWithPrefix, refresh, save, saveAll, sessionContains
 
Methods inherited from class WEB-INF.cftags.component
None
 

Constructor Detail

init

public init()
Constructor

ColdBox Platform v3.8.0