Uses of Interface
org.hibernate.query.QueryProducer
-
-
Uses of QueryProducer in org.hibernate
Subinterfaces of QueryProducer in org.hibernate Modifier and Type Interface Description interface
Session
The main runtime interface between a Java application and Hibernate.interface
SharedSessionContract
Declares operations that are common betweenSession
andStatelessSession
.interface
StatelessSession
A command-oriented API for performing bulk operations against a database. -
Uses of QueryProducer in org.hibernate.engine.spi
Subinterfaces of QueryProducer in org.hibernate.engine.spi Modifier and Type Interface Description interface
SessionImplementor
Defines the "internal contract" forSession
and other parts of Hibernate such asType
,EntityPersister
andCollectionPersister
implementations.interface
SharedSessionContractImplementor
Defines the internal contract shared betweenSession
andStatelessSession
as used by other parts of Hibernate (such asType
,EntityPersister
andCollectionPersister
implementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwner
to drive the behavior of a "JDBC session".Classes in org.hibernate.engine.spi that implement QueryProducer Modifier and Type Class Description class
SessionDelegatorBaseImpl
This class is meant to be extended.class
SessionLazyDelegator
This 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 class
AbstractDelegateSessionImplementor
class
ToOneDelegateSessionImplementor
-
Uses of QueryProducer in org.hibernate.event.spi
Subinterfaces of QueryProducer in org.hibernate.event.spi Modifier and Type Interface Description interface
EventSource
-
Uses of QueryProducer in org.hibernate.internal
Classes in org.hibernate.internal that implement QueryProducer Modifier and Type Class Description class
AbstractSharedSessionContract
Base class for implementations ofSharedSessionContract
andSharedSessionContractImplementor
.class
SessionImpl
Concrete implementation of theSession
API.class
StatelessSessionImpl
Concrete implementation of theStatelessSession
API. -
Uses of QueryProducer in org.hibernate.query.spi
Subinterfaces of QueryProducer in org.hibernate.query.spi Modifier and Type Interface Description interface
QueryProducerImplementor
The internal contract for QueryProducer implementations.
-