public interface SessionBuilderImplementor<T extends SessionBuilder> extends SessionBuilder<T>
SessionBuilder
Modifier and Type | Method and Description |
---|---|
T |
owner(SessionOwner sessionOwner)
Deprecated.
(since 5.2) since consolidating hibernate-entitymanager into hibernate-core
I believe this is no longer needed.
|
autoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandlingMode, connectionReleaseMode, eventListeners, flushBeforeCompletion, flushMode, interceptor, jdbcTimeZone, noInterceptor, openSession, setQueryParameterValidation, statementInspector, tenantIdentifier
@Deprecated T owner(SessionOwner sessionOwner)
sessionOwner
- The session owner.this
, for method chainingCopyright © 2021 JBoss by Red Hat. All rights reserved.