类 AbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor>
- java.lang.Object
-
- org.hibernate.engine.spi.AbstractDelegatingSessionBuilder<T>
-
- org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor<T>
-
- 所有已实现的接口:
SessionBuilderImplementor<T>,SessionBuilder<T>
public abstract class AbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor> extends AbstractDelegatingSessionBuilder<T> implements SessionBuilderImplementor<T>
Base class forSessionBuilderImplementorimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.- 作者:
- Gunnar Morling
-
-
构造器概要
构造器 构造器 说明 AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected SessionBuilderImplementordelegate()Towner(SessionOwner sessionOwner)Adds the session owner to the session options-
从类继承的方法 org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
autoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandlingMode, connectionReleaseMode, eventListeners, flushBeforeCompletion, flushMode, getThis, interceptor, jdbcTimeZone, noInterceptor, openSession, setQueryParameterValidation, statementInspector, tenantIdentifier
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.SessionBuilder
autoClear, autoClose, autoJoinTransactions, clearEventListeners, connection, connectionHandlingMode, connectionReleaseMode, eventListeners, flushBeforeCompletion, flushMode, interceptor, jdbcTimeZone, noInterceptor, openSession, setQueryParameterValidation, statementInspector, tenantIdentifier
-
-
-
-
构造器详细资料
-
AbstractDelegatingSessionBuilderImplementor
public AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate)
-
-
方法详细资料
-
delegate
protected SessionBuilderImplementor delegate()
- 覆盖:
delegate在类中AbstractDelegatingSessionBuilder<T extends SessionBuilderImplementor>
-
owner
public T owner(SessionOwner sessionOwner)
从接口复制的说明:SessionBuilderImplementorAdds the session owner to the session options- 指定者:
owner在接口中SessionBuilderImplementor<T extends SessionBuilderImplementor>- 参数:
sessionOwner- The session owner.- 返回:
this, for method chaining
-
-