Understand the advanced concepts of ColdFusion ORM framework. It talks about
- how the mappings can be done for inheritance, collection, embedded objects, and join.
- how does the Hibernate session work
- how is session and transaction managed
- how you can control concurrency, use various fetching strategy
- how you can use first level and secondary cache with ORM
- Event Handling