public abstract class AbstractDelegatingSessionBuilderImplementor extends AbstractDelegatingSessionBuilder implements SessionBuilderImplementor
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 |
---|---|
SessionBuilder |
owner(SessionOwner sessionOwner)
Adds the session owner to the session options
|
autoClose, autoJoinTransactions, clearEventListeners, connection, connectionReleaseMode, eventListeners, flushBeforeCompletion, interceptor, noInterceptor, openSession, statementInspector, tenantIdentifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
autoClose, autoJoinTransactions, clearEventListeners, connection, connectionReleaseMode, eventListeners, flushBeforeCompletion, interceptor, noInterceptor, openSession, statementInspector, tenantIdentifier
public AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate)
public SessionBuilder owner(SessionOwner sessionOwner)
SessionBuilderImplementor
owner
in interface SessionBuilderImplementor
sessionOwner
- The session owner.this
, for method chainingCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.