Package org.hibernate.engine.spi
Interface SessionBuilderImplementor
-
- All Superinterfaces:
SessionBuilder
- All Known Implementing Classes:
AbstractDelegatingSessionBuilderImplementor
,SessionFactoryImpl.SessionBuilderImpl
public interface SessionBuilderImplementor extends SessionBuilder
Defines the internal contract between theSessionBuilder
and other parts of Hibernate.- See Also:
SessionBuilder
-
-
Method Summary
-
Methods inherited from interface org.hibernate.SessionBuilder
autoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandlingMode, eventListeners, flushMode, interceptor, jdbcTimeZone, noInterceptor, openSession, statementInspector, tenantIdentifier, tenantIdentifier
-
-