Returns ORM session factory instance
ormGetSessionFactory([datasource])
returns any
Name | Type | Required | Default | Description |
---|---|---|---|---|
datasource | string | No | Name of the data source used for the session. If not defined, the default datasource defined in Application.cfc/cfapplication is used. |
Returns the Factory object for the Hibernate session so you can perform operations on it.
ormGetSessionFactory();