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 TypeMethodDescriptionbooleanMethods inherited from interface org.hibernate.internal.SessionCreationOptions
getConnection, getCustomSessionEventListener, getDefaultBatchFetchSize, getExceptionMapper, getInitialSessionFlushMode, getInterceptor, getJdbcTimeZone, getPhysicalConnectionHandlingMode, getStatementInspector, getTenantIdentifier, getTenantIdentifierValue, isSubselectFetchEnabled, shouldAutoClear, shouldAutoClose, shouldAutoJoinTransactions
-
Method Details
-
getTransactionCoordinator
TransactionCoordinator getTransactionCoordinator() -
getJdbcCoordinator
JdbcCoordinator getJdbcCoordinator() -
getTransaction
TransactionImplementor getTransaction() -
getTransactionCompletionProcesses
ActionQueue.TransactionCompletionProcesses getTransactionCompletionProcesses()