ORMFlush
Flush the Hibernate session - synchronizing the in-memory state with the database.
Method Signature
ORMFlush(datasource=[String])
Arguments
Argument
Type
Required
Description
Default
datasource
String
false
The datasource on which to flush the current session. If not provided, the default datasource will be used.
Examples
Related
Last updated
Was this helpful?