Package org.hibernate.engine.spi
Interface SessionBuilderImplementor<T extends SessionBuilder>
-
- All Superinterfaces:
SessionBuilder<T>
- All Known Implementing Classes:
AbstractDelegatingSessionBuilderImplementor
,SessionFactoryImpl.SessionBuilderImpl
public interface SessionBuilderImplementor<T extends SessionBuilder> extends SessionBuilder<T>
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
-
-