接口的使用
org.hibernate.SharedSessionContract
-
使用SharedSessionContract的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate中SharedSessionContract的使用
org.hibernate中SharedSessionContract的子接口 修饰符和类型 接口 说明 interfaceSessionThe main runtime interface between a Java application and Hibernate.interfaceStatelessSessionA command-oriented API for performing bulk operations against a database. -
org.hibernate.engine.spi中SharedSessionContract的使用
org.hibernate.engine.spi中SharedSessionContract的子接口 修饰符和类型 接口 说明 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".实现SharedSessionContract的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classSessionDelegatorBaseImplThis class is meant to be extended. -
org.hibernate.event.spi中SharedSessionContract的使用
org.hibernate.event.spi中SharedSessionContract的子接口 修饰符和类型 接口 说明 interfaceEventSource -
org.hibernate.internal中SharedSessionContract的使用
实现SharedSessionContract的org.hibernate.internal中的类 修饰符和类型 类 说明 classAbstractSessionImplFunctionality common to stateless and stateful sessionsclassAbstractSharedSessionContractBase class for SharedSessionContract/SharedSessionContractImplementor implementations.classSessionImplConcrete implementation of a Session.classStatelessSessionImpl
-