接口 SessionBuilderImplementor<T extends SessionBuilder>
-
- 所有超级接口:
SessionBuilder<T>
public interface SessionBuilderImplementor<T extends SessionBuilder> extends SessionBuilder<T>
Defines the internal contract between the SessionBuilder and other parts of Hibernate..- 作者:
- Gail Badner
- 另请参阅:
SessionBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 Towner(SessionOwner sessionOwner)已过时。(since 5.2) since consolidating hibernate-entitymanager into hibernate-core I believe this is no longer needed.-
从接口继承的方法 org.hibernate.SessionBuilder
autoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandlingMode, connectionReleaseMode, eventListeners, flushBeforeCompletion, flushMode, interceptor, jdbcTimeZone, noInterceptor, openSession, setQueryParameterValidation, statementInspector, tenantIdentifier
-
-
-
-
方法详细资料
-
owner
@Deprecated T owner(SessionOwner sessionOwner)
已过时。(since 5.2) since consolidating hibernate-entitymanager into hibernate-core I believe this is no longer needed.Adds the session owner to the session options- 参数:
sessionOwner- The session owner.- 返回:
this, for method chaining
-
-