ORMGetSession

Description

Returns 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

Category

ORM functions

Function Syntax

ormgetsession()

See Also

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