ORMGetSession

Description

Returns 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.

Category

ORM functions

Function Syntax

ormgetsession()

See Also

ORMCloseSession, ORMClearSession, ORMFlush, ORMGetSessionFactory, ORMGetSession() in Developing ColdFusion Applications.