ormGetSession

Get the current ORM session object

ormGetSession() → returns any

Examples
Sample code invoking the ormGetSession function

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

ormGetSession();

Fork me on GitHub