ContentBox Core API 1.5.7

contentbox.model.system
Class EventHandler

WEB-INF.cftags.component
        extended by coldbox.system.remote.ColdboxProxy
            extended by coldbox.system.orm.hibernate.EventHandler
                extended by contentbox.model.system.EventHandler
All Implemented Interfaces:
CFIDE.orm.IEventHandler

public class EventHandler
extends coldbox.system.orm.hibernate.EventHandler

******************************************************************************* ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.gocontentbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Apache License, Version 2.0 Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ******************************************************************************* ******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Author : Luis Majano Date : 10/16/2007 Description : A ColdBox Enabled Hibernate Event Handler that ties to the ColdBox proxy for ColdBox Operations.


 

Methods inherited from class coldbox.system.orm.hibernate.EventHandler
getORMUtil, postDelete, postInsert, postLoad, postNew, postSave, postUpdate, preDelete, preInsert, preLoad, preSave, preUpdate, processEntityInjection
 
Methods inherited from class coldbox.system.remote.ColdboxProxy
announceInterception, getBean, getCacheBox, getColdboxOCM, getController, getInstance, getInterceptor, getIoCFactory, getLogBox, getLogger, getModel, getMyPlugin, getPlugin, getRemotingUtil, getRootLogger, getUtil, getWireBox, handleException, loadColdbox, process, pushTimers, setCOLDBOX_APP_KEY, tracer, verifyColdBox
 
Methods inherited from class WEB-INF.cftags.component
 

ContentBox Core API 1.5.7