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, tenantIdentifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
autoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandlingMode, connectionReleaseMode, eventListeners, flushBeforeCompletion, flushMode, interceptor, jdbcTimeZone, noInterceptor, openSession, setQueryParameterValidation, statementInspector, tenantIdentifier
public AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate)
protected SessionBuilderImplementor delegate()
delegate
in class AbstractDelegatingSessionBuilder<T extends SessionBuilderImplementor>
public T owner(SessionOwner sessionOwner)
SessionBuilderImplementor
owner
in interface SessionBuilderImplementor<T extends SessionBuilderImplementor>
sessionOwner
- The session owner.this
, for method chainingCopyright © 2021 JBoss by Red Hat. All rights reserved.