ormGetSessionFactory

Returns ORM session factory instance

ormGetSessionFactory() → returns any

Examples
Sample code invoking the ormGetSessionFactory function

Returns the Factory object for the Hibernate session so you can perform operations on it.

ormGetSessionFactory();

Fork me on GitHub