Uses of Interface
org.hibernate.query.QueryProducer
-
Packages that use QueryProducer Package Description org.hibernate org.hibernate.ejb org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.jpa org.hibernate.jpa.spi org.hibernate.query 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.interfaceSharedSessionContractContract methods shared betweenSessionandStatelessSession.interfaceStatelessSessionA command-oriented API for performing bulk operations against a database. -
Uses of QueryProducer in org.hibernate.ejb
Subinterfaces of QueryProducer in org.hibernate.ejb Modifier and Type Interface Description interfaceHibernateEntityManagerDeprecated.UseHibernateEntityManagerinstead -
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. -
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.jpa
Subinterfaces of QueryProducer in org.hibernate.jpa Modifier and Type Interface Description interfaceHibernateEntityManagerDeprecated.(snce 5.2) Use Session (or SessionImplementor), as it now extends EntityManager directly -
Uses of QueryProducer in org.hibernate.jpa.spi
Subinterfaces of QueryProducer in org.hibernate.jpa.spi Modifier and Type Interface Description interfaceHibernateEntityManagerImplementorDeprecated.(since 5.2) move these methods to SessionImplementor -
Uses of QueryProducer in org.hibernate.query
Methods in org.hibernate.query that return QueryProducer Modifier and Type Method Description QueryProducerQuery. getProducer()Get the QueryProducer this Query originates from. -
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.
-