Extras:CFORM

<< 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 :

  1. 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.
  2. 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.
  3. 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.
  4. 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:

 
Download in other Formats:
markup Markup | pdf PDF | html HTML | word Word

comments Comments (0)


ColdBox Book

book