Package org.hibernate.internal
Interface SharedSessionCreationOptions
- All Superinterfaces:
SessionCreationOptions
An extension of
SessionCreationOptions
for cases where the
session to be created shares some part of the "transaction context"
of another session.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from interface org.hibernate.internal.SessionCreationOptions
getConnection, getCustomSessionEventListener, getDefaultBatchFetchSize, getExceptionMapper, getInitialSessionFlushMode, getInterceptor, getJdbcTimeZone, getPhysicalConnectionHandlingMode, getStatementInspector, getTenantIdentifier, getTenantIdentifierValue, isIdentifierRollbackEnabled, isSubselectFetchEnabled, shouldAutoClear, shouldAutoClose, shouldAutoJoinTransactions
-
Method Details
-
getTransactionCoordinator
TransactionCoordinator getTransactionCoordinator() -
getJdbcCoordinator
JdbcCoordinator getJdbcCoordinator() -
getTransaction
Transaction getTransaction() -
getTransactionCompletionProcesses
ActionQueue.TransactionCompletionProcesses getTransactionCompletionProcesses()