File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 22 * Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp
33 * www.ortussolutions.com
44 * ---
5- * Generic Hibernate Event Handler that ties to the ColdBox proxy for ColdBox Operations.
6- * This is just a base class you can inherit from to give you access to your ColdBox
7- * Application and the CF9 ORM event handler methods. Then you just need to
8- * use a la carte.
9- *
10- * We also execute interception points that match the ORM events so you can eaisly
11- * chain ORM interceptions.
5+ * Event Handler that listens to ORM events and announces them as ColdBox events
6+ * using BoxLang PRIME ORM.
127 *
138 */
149class extends="coldbox.system.remote.ColdboxProxy" {
Original file line number Diff line number Diff line change 22 * Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp
33 * www.ortussolutions.com
44 * ---
5- * Generic Hibernate Event Handler that ties to the ColdBox proxy for ColdBox Operations.
6- * This is just a base class you can inherit from to give you access to your ColdBox
7- * Application and the CF9 ORM event handler methods. Then you just need to
8- * use a la carte.
5+ * This Event Handler listens to ORM events and announces them as ColdBox events.
6+ * This event handler should ONLY be used for CFML engines that support ORM event handlers.
97 *
10- * We also execute interception points that match the ORM events so you can eaisly
11- * chain ORM interceptions.
8+ * If you are using BoxLang PRIME ORM, use the BXEventHandler.cfc instead.
129 *
1310 */
1411component extends = " coldbox.system.remote.ColdboxProxy" implements = " CFIDE.orm.IEventHandler" {
You can’t perform that action at this time.
0 commit comments