接口的使用
org.hibernate.query.spi.QueryProducerImplementor
-
使用QueryProducerImplementor的程序包 程序包 说明 org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.query.criteria.internal.compile org.hibernate.query.spi -
-
org.hibernate.engine.spi中QueryProducerImplementor的使用
org.hibernate.engine.spi中QueryProducerImplementor的子接口 修饰符和类型 接口 说明 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".实现QueryProducerImplementor的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classSessionDelegatorBaseImplThis class is meant to be extended. -
org.hibernate.event.spi中QueryProducerImplementor的使用
org.hibernate.event.spi中QueryProducerImplementor的子接口 修饰符和类型 接口 说明 interfaceEventSource -
org.hibernate.internal中QueryProducerImplementor的使用
实现QueryProducerImplementor的org.hibernate.internal中的类 修饰符和类型 类 说明 classAbstractSessionImplFunctionality common to stateless and stateful sessionsclassAbstractSharedSessionContractBase class for SharedSessionContract/SharedSessionContractImplementor implementations.classSessionImplConcrete implementation of a Session.classStatelessSessionImpl -
org.hibernate.query.criteria.internal.compile中QueryProducerImplementor的使用
返回QueryProducerImplementor的org.hibernate.query.criteria.internal.compile中的方法 修饰符和类型 方法 说明 QueryProducerImplementorCriteriaQueryTypeQueryAdapter. getProducer() -
org.hibernate.query.spi中QueryProducerImplementor的使用
返回QueryProducerImplementor的org.hibernate.query.spi中的方法 修饰符和类型 方法 说明 QueryProducerImplementorQueryImplementor. getProducer()
-