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