接口的使用
org.hibernate.SharedSessionBuilder
-
使用SharedSessionBuilder的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate中SharedSessionBuilder的使用
类型参数类型为SharedSessionBuilder的org.hibernate中的类 修饰符和类型 接口 说明 interfaceSharedSessionBuilder<T extends SharedSessionBuilder>SpecializedSessionBuilderwith access to stuff from another session.返回SharedSessionBuilder的org.hibernate中的方法 修饰符和类型 方法 说明 SharedSessionBuilderSession. sessionWithOptions()Obtain aSessionbuilder with the ability to grab certain information from this session. -
org.hibernate.engine.spi中SharedSessionBuilder的使用
类型参数类型为SharedSessionBuilder的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classAbstractDelegatingSharedSessionBuilder<T extends SharedSessionBuilder>Base class forSharedSessionBuilderimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.实现SharedSessionBuilder的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classAbstractDelegatingSharedSessionBuilder<T extends SharedSessionBuilder>Base class forSharedSessionBuilderimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.返回SharedSessionBuilder的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 SharedSessionBuilderAbstractDelegatingSharedSessionBuilder. delegate()SharedSessionBuilderSessionDelegatorBaseImpl. sessionWithOptions()参数类型为SharedSessionBuilder的org.hibernate.engine.spi中的构造器 构造器 说明 AbstractDelegatingSharedSessionBuilder(SharedSessionBuilder delegate) -
org.hibernate.internal中SharedSessionBuilder的使用
返回SharedSessionBuilder的org.hibernate.internal中的方法 修饰符和类型 方法 说明 SharedSessionBuilderSessionImpl. sessionWithOptions()
-