public abstract class AbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor> extends AbstractDelegatingSessionBuilder<T> implements SessionBuilderImplementor<T>
SessionBuilderImplementor implementations that wish to implement only parts of that contract
themselves while forwarding other method invocations to a delegate instance.| Constructor and Description |
|---|
AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected SessionBuilderImplementor |
delegate() |
T |
owner(SessionOwner sessionOwner)
Adds the session owner to the session options
|
autoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandlingMode, connectionReleaseMode, eventListeners, flushBeforeCompletion, flushMode, getThis, interceptor, jdbcTimeZone, noInterceptor, openSession, setQueryParameterValidation, statementInspector, tenantIdentifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitautoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandlingMode, connectionReleaseMode, eventListeners, flushBeforeCompletion, flushMode, interceptor, jdbcTimeZone, noInterceptor, openSession, setQueryParameterValidation, statementInspector, tenantIdentifierpublic AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate)
protected SessionBuilderImplementor delegate()
delegate in class AbstractDelegatingSessionBuilder<T extends SessionBuilderImplementor>public T owner(SessionOwner sessionOwner)
SessionBuilderImplementorowner in interface SessionBuilderImplementor<T extends SessionBuilderImplementor>sessionOwner - The session owner.this, for method chainingCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.