ColdFusion 9.0 Resources |
ORMGetSessionDescriptionReturns the current ORM session, which is the Hibernate Session associated with the data source specified in the application. This returns the underlying Hibernate Session that can be used to call the API, which is otherwise not exposed by ColdFusion. CategoryFunction Syntaxormgetsession() See AlsoORMCloseSession, ORMClearSession, ORMFlush, ORMGetSessionFactory, ORMGetSession() in Developing ColdFusion Applications. |