ormGetSession

Get the current ORM session object

ormGetSession([datasource]) → returns any

Argument Reference

datasource string

Name of the data source used for the session. If not defined, the default datasource defined in Application.cfc/cfapplication is used.

Examples
Sample code invoking the ormGetSession function

Returns the object representing the current Hibernate session so you can perform functions on it.

ormGetSession();

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub