Uses of Interface
org.hibernate.engine.creation.spi.SessionBuilderImplementor
Packages that use SessionBuilderImplementor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of SessionBuilderImplementor in org.hibernate.engine.creation.spi
Subinterfaces of SessionBuilderImplementor in org.hibernate.engine.creation.spiMethods in org.hibernate.engine.creation.spi that return SessionBuilderImplementorModifier and TypeMethodDescriptionSessionBuilderImplementor.autoClear
(boolean autoClear) SessionBuilderImplementor.autoClose
(boolean autoClose) SessionBuilderImplementor.autoJoinTransactions
(boolean autoJoinTransactions) SessionBuilderImplementor.clearEventListeners()
SessionBuilderImplementor.connection
(Connection connection) SessionBuilderImplementor.connectionHandling
(ConnectionAcquisitionMode acquisitionMode, ConnectionReleaseMode releaseMode) SessionBuilderImplementor.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) SessionBuilderImplementor.defaultBatchFetchSize
(int defaultBatchFetchSize) SessionBuilderImplementor.eventListeners
(SessionEventListener... listeners) SessionBuilderImplementor.identifierRollback
(boolean identifierRollback) SessionBuilderImplementor.initialCacheMode
(CacheMode cacheMode) SessionBuilderImplementor.interceptor
(Interceptor interceptor) SessionBuilderImplementor.jdbcTimeZone
(TimeZone timeZone) SessionBuilderImplementor.noInterceptor()
SessionBuilderImplementor.noSessionInterceptorCreation()
SessionBuilderImplementor.noStatementInspector()
SessionBuilderImplementor.readOnly
(boolean readOnly) SessionBuilderImplementor.statementInspector
(UnaryOperator<String> operator) SessionBuilderImplementor.statementInspector
(StatementInspector statementInspector) SessionBuilderImplementor.subselectFetchEnabled
(boolean subselectFetchEnabled) SessionBuilderImplementor.tenantIdentifier
(Object tenantIdentifier) SessionBuilderImplementor.tenantIdentifier
(String tenantIdentifier) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SessionBuilderImplementor in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement SessionBuilderImplementorModifier and TypeClassDescriptionclass
Base class forSessionBuilder
implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.class
Base class forSessionBuilderImplementor
implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.Methods in org.hibernate.engine.spi that return SessionBuilderImplementorModifier and TypeMethodDescriptionAbstractDelegatingSessionBuilder.autoClear
(boolean autoClear) AbstractDelegatingSessionBuilder.autoClose
(boolean autoClose) AbstractDelegatingSessionBuilder.autoJoinTransactions
(boolean autoJoinTransactions) AbstractDelegatingSessionBuilder.clearEventListeners()
AbstractDelegatingSessionBuilder.connection
(Connection connection) AbstractDelegatingSessionBuilder.connectionHandling
(ConnectionAcquisitionMode acquisitionMode, ConnectionReleaseMode releaseMode) AbstractDelegatingSessionBuilder.connectionHandlingMode
(PhysicalConnectionHandlingMode mode) Deprecated.AbstractDelegatingSessionBuilder.defaultBatchFetchSize
(int defaultBatchFetchSize) protected SessionBuilderImplementor
AbstractDelegatingSessionBuilder.delegate()
AbstractDelegatingSessionBuilder.eventListeners
(SessionEventListener... listeners) AbstractDelegatingSessionBuilder.identifierRollback
(boolean identifierRollback) AbstractDelegatingSessionBuilder.initialCacheMode
(CacheMode cacheMode) AbstractDelegatingSessionBuilder.interceptor
(Interceptor interceptor) AbstractDelegatingSessionBuilder.jdbcTimeZone
(TimeZone timeZone) AbstractDelegatingSessionBuilder.noInterceptor()
AbstractDelegatingSessionBuilder.noSessionInterceptorCreation()
AbstractDelegatingSessionBuilder.noStatementInspector()
AbstractDelegatingSessionBuilder.readOnly
(boolean readOnly) AbstractDelegatingSessionBuilder.statementInspector
(UnaryOperator<String> operator) AbstractDelegatingSessionBuilder.statementInspector
(StatementInspector statementInspector) Deprecated.AbstractDelegatingSessionBuilder.subselectFetchEnabled
(boolean subselectFetchEnabled) AbstractDelegatingSessionBuilder.tenantIdentifier
(Object tenantIdentifier) AbstractDelegatingSessionBuilder.tenantIdentifier
(String tenantIdentifier) Deprecated, for removal: This API element is subject to removal in a future version.SessionFactoryDelegatingImpl.withOptions()
SessionFactoryImplementor.withOptions()
Obtain a session builder for creating new instances ofSession
with certain customized options.Constructors in org.hibernate.engine.spi with parameters of type SessionBuilderImplementorModifierConstructorDescription