Uses of Interface
org.hibernate.engine.creation.spi.SharedSessionBuilderImplementor
Packages that use SharedSessionBuilderImplementor
-
Uses of SharedSessionBuilderImplementor in org.hibernate.engine.creation.spi
Methods in org.hibernate.engine.creation.spi that return SharedSessionBuilderImplementorModifier and TypeMethodDescriptionSharedSessionBuilderImplementor.autoClear(boolean autoClear) SharedSessionBuilderImplementor.autoClose()SharedSessionBuilderImplementor.autoClose(boolean autoClose) SharedSessionBuilderImplementor.autoJoinTransactions()SharedSessionBuilderImplementor.autoJoinTransactions(boolean autoJoinTransactions) SharedSessionBuilderImplementor.clearEventListeners()SharedSessionBuilderImplementor.connection()SharedSessionBuilderImplementor.connection(Connection connection) SharedSessionBuilderImplementor.connectionHandling(ConnectionAcquisitionMode acquisitionMode, ConnectionReleaseMode releaseMode) SharedSessionBuilderImplementor.connectionHandlingMode()SharedSessionBuilderImplementor.connectionHandlingMode(PhysicalConnectionHandlingMode mode) Deprecated.SharedSessionBuilderImplementor.connectionReleaseMode()Deprecated.SharedSessionBuilderImplementor.defaultBatchFetchSize(int defaultBatchFetchSize) SharedSessionBuilderImplementor.eventListeners(SessionEventListener... listeners) SharedSessionBuilderImplementor.flushMode()SharedSessionBuilderImplementor.identifierRollback(boolean identifierRollback) SharedSessionBuilderImplementor.initialCacheMode(CacheMode cacheMode) SharedSessionBuilderImplementor.interceptor()SharedSessionBuilderImplementor.interceptor(Interceptor interceptor) SharedSessionBuilderImplementor.jdbcTimeZone(TimeZone timeZone) SharedSessionBuilderImplementor.noInterceptor()SharedSessionBuilderImplementor.noSessionInterceptorCreation()SharedSessionBuilderImplementor.noStatementInspector()SharedSessionBuilderImplementor.readOnly(boolean readOnly) SharedSessionBuilderImplementor.statementInspector()SharedSessionBuilderImplementor.statementInspector(UnaryOperator<String> operator) SharedSessionBuilderImplementor.statementInspector(StatementInspector statementInspector) SharedSessionBuilderImplementor.subselectFetchEnabled(boolean subselectFetchEnabled) SharedSessionBuilderImplementor.tenantIdentifier(Object tenantIdentifier) SharedSessionBuilderImplementor.tenantIdentifier(String tenantIdentifier) Deprecated, for removal: This API element is subject to removal in a future version.