接口的使用
org.hibernate.engine.spi.SessionBuilderImplementor
-
使用SessionBuilderImplementor的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.engine.spi中SessionBuilderImplementor的使用
类型参数类型为SessionBuilderImplementor的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classAbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor>Base class forSessionBuilderImplementorimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.实现SessionBuilderImplementor的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classAbstractDelegatingSessionBuilderImplementor<T extends SessionBuilderImplementor>Base class forSessionBuilderImplementorimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.返回SessionBuilderImplementor的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 protected SessionBuilderImplementorAbstractDelegatingSessionBuilderImplementor. delegate()SessionBuilderImplementorSessionFactoryDelegatingImpl. withOptions()SessionBuilderImplementorSessionFactoryImplementor. withOptions()参数类型为SessionBuilderImplementor的org.hibernate.engine.spi中的构造器 构造器 说明 AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor delegate) -
org.hibernate.internal中SessionBuilderImplementor的使用
实现SessionBuilderImplementor的org.hibernate.internal中的类 修饰符和类型 类 说明 static classSessionFactoryImpl.SessionBuilderImpl<T extends SessionBuilder>返回SessionBuilderImplementor的org.hibernate.internal中的方法 修饰符和类型 方法 说明 SessionBuilderImplementorSessionFactoryImpl. withOptions()
-