Uses of Interface
org.hibernate.SharedStatelessSessionBuilder
Packages that use SharedStatelessSessionBuilder
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of SharedStatelessSessionBuilder in org.hibernate
Methods in org.hibernate that return SharedStatelessSessionBuilderModifier and TypeMethodDescriptionSharedStatelessSessionBuilder.connection()SharedStatelessSessionBuilder.connection(Connection connection) SharedStatelessSessionBuilder.connectionHandling(ConnectionAcquisitionMode acquisitionMode, ConnectionReleaseMode releaseMode) SharedStatelessSessionBuilder.initialCacheMode(CacheMode cacheMode) SharedStatelessSessionBuilder.interceptor()SharedStatelessSessionBuilder.interceptor(Interceptor interceptor) SharedStatelessSessionBuilder.jdbcTimeZone(TimeZone timeZone) SharedStatelessSessionBuilder.noInterceptor()SharedStatelessSessionBuilder.noSessionInterceptorCreation()SharedStatelessSessionBuilder.noStatementInspector()SharedStatelessSessionBuilder.readOnly(boolean readOnly) SharedSessionContract.statelessWithOptions()Obtain aStatelessSessionbuilder with the ability to copy certain information from this session.SharedStatelessSessionBuilder.statementInspector()SharedStatelessSessionBuilder.statementInspector(UnaryOperator<String> operator) SharedStatelessSessionBuilder.tenantIdentifier(Object tenantIdentifier) -
Uses of SharedStatelessSessionBuilder in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SharedStatelessSessionBuilderModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.statelessWithOptions()SessionLazyDelegator.statelessWithOptions()SharedSessionDelegatorBaseImpl.statelessWithOptions()