接口的使用
org.hibernate.query.QueryProducer
-
使用QueryProducer的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.ejb org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.jpa org.hibernate.jpa.spi org.hibernate.query org.hibernate.query.spi -
-
org.hibernate中QueryProducer的使用
org.hibernate中QueryProducer的子接口 修饰符和类型 接口 说明 interfaceSessionThe main runtime interface between a Java application and Hibernate.interfaceSharedSessionContractContract methods shared betweenSessionandStatelessSession.interfaceStatelessSessionA command-oriented API for performing bulk operations against a database. -
org.hibernate.ejb中QueryProducer的使用
org.hibernate.ejb中QueryProducer的子接口 修饰符和类型 接口 说明 interfaceHibernateEntityManager已过时。UseHibernateEntityManagerinstead -
org.hibernate.engine.spi中QueryProducer的使用
org.hibernate.engine.spi中QueryProducer的子接口 修饰符和类型 接口 说明 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".实现QueryProducer的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classSessionDelegatorBaseImplThis class is meant to be extended. -
org.hibernate.event.spi中QueryProducer的使用
org.hibernate.event.spi中QueryProducer的子接口 修饰符和类型 接口 说明 interfaceEventSource -
org.hibernate.internal中QueryProducer的使用
实现QueryProducer的org.hibernate.internal中的类 修饰符和类型 类 说明 classAbstractSessionImplFunctionality common to stateless and stateful sessionsclassAbstractSharedSessionContractBase class for SharedSessionContract/SharedSessionContractImplementor implementations.classSessionImplConcrete implementation of a Session.classStatelessSessionImpl -
org.hibernate.jpa中QueryProducer的使用
org.hibernate.jpa中QueryProducer的子接口 修饰符和类型 接口 说明 interfaceHibernateEntityManager已过时。(since 5.2) Use Session (or SessionImplementor), as it now extends EntityManager directly -
org.hibernate.jpa.spi中QueryProducer的使用
org.hibernate.jpa.spi中QueryProducer的子接口 修饰符和类型 接口 说明 interfaceHibernateEntityManagerImplementor已过时。(since 5.2) move these methods to SessionImplementor -
org.hibernate.query中QueryProducer的使用
返回QueryProducer的org.hibernate.query中的方法 修饰符和类型 方法 说明 QueryProducerQuery. getProducer()Get the QueryProducer this Query originates from. -
org.hibernate.query.spi中QueryProducer的使用
org.hibernate.query.spi中QueryProducer的子接口 修饰符和类型 接口 说明 interfaceQueryProducerImplementorThe internal contract for QueryProducer implementations.
-