ORMClearSession
Method Signature
ORMClearSession(datasource=[String])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
Clear the Hibernate session for the current context and provided (or default) datasource
ORMClearSession(datasource=[String])datasource
String
false
The datasource on which to clear the current session. If not provided, the default datasource will be used.
Last updated
Was this helpful?
Was this helpful?