Uses of Class
org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
Packages that use SessionFactoryImpl.SessionBuilderImpl
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of SessionFactoryImpl.SessionBuilderImpl in org.hibernate.internal
Methods in org.hibernate.internal that return SessionFactoryImpl.SessionBuilderImplModifier and TypeMethodDescriptionSessionFactoryImpl.SessionBuilderImpl.autoClear
(boolean autoClear) SessionFactoryImpl.SessionBuilderImpl.autoClose
(boolean autoClose) SessionFactoryImpl.SessionBuilderImpl.autoJoinTransactions
(boolean autoJoinTransactions) SessionFactoryImpl.SessionBuilderImpl.clearEventListeners()
SessionFactoryImpl.SessionBuilderImpl.connection
(Connection connection) SessionFactoryImpl.SessionBuilderImpl.connectionHandlingMode
(PhysicalConnectionHandlingMode connectionHandlingMode) SessionFactoryImpl.SessionBuilderImpl.eventListeners
(SessionEventListener... listeners) SessionFactoryImpl.SessionBuilderImpl.interceptor
(Interceptor interceptor) SessionFactoryImpl.SessionBuilderImpl.jdbcTimeZone
(TimeZone timeZone) SessionFactoryImpl.SessionBuilderImpl.noInterceptor()
SessionFactoryImpl.SessionBuilderImpl.statementInspector
(StatementInspector statementInspector) SessionFactoryImpl.SessionBuilderImpl.tenantIdentifier
(Object tenantIdentifier) SessionFactoryImpl.SessionBuilderImpl.tenantIdentifier
(String tenantIdentifier) Deprecated, for removal: This API element is subject to removal in a future version.SessionFactoryImpl.withOptions()