Class AbstractDelegatingSessionBuilderImplementor
java.lang.Object
org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
- All Implemented Interfaces:
CommonBuilder, SessionBuilderImplementor, SessionBuilder
public abstract class AbstractDelegatingSessionBuilderImplementor
extends AbstractDelegatingSessionBuilder
implements SessionBuilderImplementor
Base class for
SessionBuilderImplementor implementations that wish to implement only parts of that contract
themselves while forwarding other method invocations to a delegate instance.-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class AbstractDelegatingSessionBuilder
asOf, atChangeset, autoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandling, connectionHandlingMode, defaultBatchFetchSize, delegate, eventListeners, flushMode, getThis, identifierRollback, initialCacheMode, interceptor, jdbcTimeZone, noInterceptor, noSessionInterceptorCreation, noStatementInspector, openSession, readOnly, statementInspector, statementInspector, subselectFetchEnabled, tenantIdentifier, tenantIdentifierMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SessionBuilder
openMethods inherited from interface SessionBuilderImplementor
asOf, atChangeset, autoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandling, connectionHandlingMode, defaultBatchFetchSize, eventListeners, flushMode, identifierRollback, initialCacheMode, interceptor, jdbcTimeZone, noInterceptor, noSessionInterceptorCreation, noStatementInspector, openSession, readOnly, statementInspector, statementInspector, subselectFetchEnabled, tenantIdentifier, tenantIdentifier
-
Constructor Details
-
AbstractDelegatingSessionBuilderImplementor
-