|
ColdFusion 9.0 Resources |
ORMGetSessionDescriptionReturns the current ORM session (the underlying Hibernate session). Use this session object to call the APIs, which are otherwise not exposed by ColdFusion. For information on session APIs, see: https://www.hibernate.org/hib_docs/v3/api/org/hibernate/Session.html CategoryFunction Syntaxormgetsession() See AlsoORMCloseSession, ORMClearSession, ORMFlush, ORMGetSessionFactory, ORMGetSession() in Developing ColdFusion Applications. |