Uses of Interface
org.hibernate.StatelessSessionBuilder
Packages that use StatelessSessionBuilder
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.-
Uses of StatelessSessionBuilder in org.hibernate
Subinterfaces of StatelessSessionBuilder in org.hibernateModifier and TypeInterfaceDescriptioninterfaceAllows creation of a childStatelessSessionwhich shares some options with another pre-existing parent session.Methods in org.hibernate that return StatelessSessionBuilderModifier and TypeMethodDescriptionSpecify the instant for reading temporal entity data.StatelessSessionBuilder.atChangeset(Object changesetId) StatelessSessionBuilder.cacheRetrieveMode(CacheRetrieveMode cacheRetrieveMode) StatelessSessionBuilder.cacheStoreMode(CacheStoreMode cacheStoreMode) StatelessSessionBuilder.connection(Connection connection) StatelessSessionBuilder.connectionHandling(ConnectionAcquisitionMode acquisitionMode, ConnectionReleaseMode releaseMode) StatelessSessionBuilder.initialCacheMode(CacheMode cacheMode) StatelessSessionBuilder.interceptor(Interceptor interceptor) StatelessSessionBuilder.jdbcBatchSize(int batchSize) StatelessSessionBuilder.jdbcTimeZone(TimeZone timeZone) StatelessSessionBuilder.noInterceptor()StatelessSessionBuilder.noSessionInterceptorCreation()StatelessSessionBuilder.noStatementInspector()StatelessSessionBuilder.readOnly(boolean readOnly) StatelessSessionBuilder.statementInspector(UnaryOperator<String> operator) StatelessSessionBuilder.statementInspector(StatementInspector statementInspector) Deprecated.StatelessSessionBuilder.tenantIdentifier(Object tenantIdentifier) SessionFactory.withStatelessOptions()Obtain aStatelessSessionbuilder.
StatementInspectorand is therefore a layer-breaker.