ORMGetSessionFactory
Retrieve the Hibernate SessionFactory configured for this datasource or default datasource.
Method Signature
ORMGetSessionFactory(datasource=[String])
Arguments
Argument
Type
Required
Description
Default
datasource
String
false
The name of the datasource to retrieve the SessionFactory for. If not specified, the Application's default datasource is used.
Examples
Related
Last updated
Was this helpful?