Uses of Interface
org.hibernate.query.QueryProducer
-
Packages that use QueryProducer Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.org.hibernate.engine.spi org.hibernate.envers.internal.entities.mapper.relation.lazy org.hibernate.event.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.query.spi -
-
Uses of QueryProducer in org.hibernate
Subinterfaces of QueryProducer in org.hibernate Modifier and Type Interface Description interfaceSessionThe main runtime interface between a Java application and Hibernate.interfaceSharedSessionContractDeclares operations that are common betweenSessionandStatelessSession.interfaceStatelessSessionA command-oriented API often used for performing bulk operations against the database. -
Uses of QueryProducer in org.hibernate.engine.spi
Subinterfaces of QueryProducer in org.hibernate.engine.spi Modifier and Type Interface Description 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".Classes in org.hibernate.engine.spi that implement QueryProducer Modifier and Type Class Description classSessionDelegatorBaseImplThis class is meant to be extended.classSessionLazyDelegatorThis helper class allows decorating a Session instance, while the instance itself is lazily provided via aSupplier. -
Uses of QueryProducer in org.hibernate.envers.internal.entities.mapper.relation.lazy
Classes in org.hibernate.envers.internal.entities.mapper.relation.lazy that implement QueryProducer Modifier and Type Class Description classAbstractDelegateSessionImplementorclassToOneDelegateSessionImplementor -
Uses of QueryProducer in org.hibernate.event.spi
Subinterfaces of QueryProducer in org.hibernate.event.spi Modifier and Type Interface Description interfaceEventSource -
Uses of QueryProducer in org.hibernate.internal
Classes in org.hibernate.internal that implement QueryProducer Modifier and Type Class Description classAbstractSharedSessionContractBase class for implementations ofSharedSessionContractandSharedSessionContractImplementor.classSessionImplConcrete implementation of theSessionAPI.classStatelessSessionImplConcrete implementation of theStatelessSessionAPI. -
Uses of QueryProducer in org.hibernate.query.spi
Subinterfaces of QueryProducer in org.hibernate.query.spi Modifier and Type Interface Description interfaceQueryProducerImplementorThe internal contract for QueryProducer implementations.
-