接口的使用
org.hibernate.SessionBuilder
-
使用SessionBuilder的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.context.spi SPI level contracts around "current session" support.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate中SessionBuilder的使用
类型参数类型为SessionBuilder的org.hibernate中的类 修饰符和类型 接口 说明 interfaceSessionBuilder<T extends SessionBuilder>Represents a consolidation of all session creation options into a builder style delegate.org.hibernate中SessionBuilder的子接口 修饰符和类型 接口 说明 interfaceSharedSessionBuilder<T extends SharedSessionBuilder>SpecializedSessionBuilderwith access to stuff from another session.返回SessionBuilder的org.hibernate中的方法 修饰符和类型 方法 说明 SessionBuilderSessionFactory. withOptions()Obtain aSessionbuilder. -
org.hibernate.context.spi中SessionBuilder的使用
返回SessionBuilder的org.hibernate.context.spi中的方法 修饰符和类型 方法 说明 protected SessionBuilderAbstractCurrentSessionContext. baseSessionBuilder() -
org.hibernate.engine.spi中SessionBuilder的使用
类型参数类型为SessionBuilder的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classAbstractDelegatingSessionBuilder<T extends SessionBuilder>Base class forSessionBuilderimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.interfaceSessionBuilderImplementor<T extends SessionBuilder>Defines the internal contract between the SessionBuilder and other parts of Hibernate..org.hibernate.engine.spi中SessionBuilder的子接口 修饰符和类型 接口 说明 interfaceSessionBuilderImplementor<T extends SessionBuilder>Defines the internal contract between the SessionBuilder and other parts of Hibernate..实现SessionBuilder的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classAbstractDelegatingSessionBuilder<T extends SessionBuilder>Base class forSessionBuilderimplementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.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.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.返回SessionBuilder的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 protected SessionBuilderAbstractDelegatingSessionBuilder. delegate()参数类型为SessionBuilder的org.hibernate.engine.spi中的构造器 构造器 说明 AbstractDelegatingSessionBuilder(SessionBuilder delegate) -
org.hibernate.internal中SessionBuilder的使用
类型参数类型为SessionBuilder的org.hibernate.internal中的类 修饰符和类型 类 说明 static classSessionFactoryImpl.SessionBuilderImpl<T extends SessionBuilder>实现SessionBuilder的org.hibernate.internal中的类 修饰符和类型 类 说明 static classSessionFactoryImpl.SessionBuilderImpl<T extends SessionBuilder>
-