ORMClearSession

Clear the Hibernate session for the current context and provided (or default) datasource

Method Signature

ORMClearSession(datasource=[String])

Arguments

Argument
Type
Required
Description
Default

datasource

String

false

The datasource on which to clear the current session. If not provided, the default datasource will be used.

Examples

Last updated

Was this helpful?