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