接口的使用
org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
使用JdbcSessionOwner的程序包 程序包 说明 org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.event.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate. -
-
org.hibernate.engine.jdbc.internal中JdbcSessionOwner的使用
返回JdbcSessionOwner的org.hibernate.engine.jdbc.internal中的方法 修饰符和类型 方法 说明 JdbcSessionOwnerJdbcCoordinatorImpl. getJdbcSessionOwner()参数类型为JdbcSessionOwner的org.hibernate.engine.jdbc.internal中的方法 修饰符和类型 方法 说明 static JdbcCoordinatorImplJdbcCoordinatorImpl. deserialize(ObjectInputStream ois, JdbcSessionOwner owner)JDK deserialization hook参数类型为JdbcSessionOwner的org.hibernate.engine.jdbc.internal中的构造器 构造器 说明 JdbcCoordinatorImpl(Connection userSuppliedConnection, JdbcSessionOwner owner, JdbcServices jdbcServices)Constructs a JdbcCoordinatorImpl -
org.hibernate.engine.spi中JdbcSessionOwner的使用
org.hibernate.engine.spi中JdbcSessionOwner的子接口 修饰符和类型 接口 说明 interfaceSessionImplementorDefines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.interfaceSharedSessionContractImplementorDefines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".实现JdbcSessionOwner的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classSessionDelegatorBaseImplThis class is meant to be extended. -
org.hibernate.event.spi中JdbcSessionOwner的使用
org.hibernate.event.spi中JdbcSessionOwner的子接口 修饰符和类型 接口 说明 interfaceEventSource -
org.hibernate.internal中JdbcSessionOwner的使用
实现JdbcSessionOwner的org.hibernate.internal中的类 修饰符和类型 类 说明 classAbstractSessionImplFunctionality common to stateless and stateful sessionsclassAbstractSharedSessionContractBase class for SharedSessionContract/SharedSessionContractImplementor implementations.classSessionImplConcrete implementation of a Session.classStatelessSessionImpl -
org.hibernate.resource.transaction.spi中JdbcSessionOwner的使用
返回JdbcSessionOwner的org.hibernate.resource.transaction.spi中的方法 修饰符和类型 方法 说明 JdbcSessionOwnerTransactionCoordinatorOwner. getJdbcSessionOwner()
-