Extras:CFORM
last edited by
lmajano
on 11-Nov-2011
<< Back to Dashboard | << Extras Viewer
CF ORM Extras
ColdBox includes some extra classes when working with the ColdFusion ORM based on Hibernate. These classes are :
- BaseORMService : A base service layer object that can help you manage and work with entities using ORM capabilities. It can offer dynamic methods, query executions, introspections, hibernate transactions and much more.
- VirtualEntityService : A virtual service layer that can be bounded to entity names. This way you can either use virtual service layers in your applications or build concrete ones based off the virtual or base ORM services.
- EventHandler : An ORM event handler CFC that bridges your ColdBox applications to the Hibernate event model. It also allows you to inject entities with other objects using the Injection DSL.
- CriteriaBuilder : The ColdBox Hibernate Criteria Builder is a powerful object that will help you build and execute hibernate criteria queries the ColdBox way!
These classes can be found in the /coldbox/system/orm/hibernate package. Below you can find the more in-depth guides about these hibernate support classes:
- Base ORM Service - An all powerful generic entity service layer
- Virtual Entity Service - An entity bound service layer
- ORM Event Handler - Tie ColdBox to the hibernate ORM via the hibernate interceptors the ColdBox Way!
- Hibernate Criteria Builder - Build Hibernate Criteria queries the ColdBox Way!

SideBar
User Login 




Comments (