Uses of Interface
org.hibernate.query.spi.QueryImplementor
-
Packages that use QueryImplementor Package Description org.hibernate.engine.spi org.hibernate.procedure.spi org.hibernate.query.spi -
-
Uses of QueryImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return QueryImplementor Modifier and Type Method Description QueryImplementorSessionDelegatorBaseImpl. createNamedQuery(java.lang.String name)<T> QueryImplementor<T>SessionDelegatorBaseImpl. createNamedQuery(java.lang.String name, java.lang.Class<T> resultClass)QueryImplementorSessionImplementor. createNamedQuery(java.lang.String name)<T> QueryImplementor<T>SessionImplementor. createNamedQuery(java.lang.String name, java.lang.Class<T> resultType)QueryImplementorSessionDelegatorBaseImpl. createQuery(java.lang.String queryString)<T> QueryImplementor<T>SessionDelegatorBaseImpl. createQuery(java.lang.String queryString, java.lang.Class<T> resultType)<T> QueryImplementor<T>SessionDelegatorBaseImpl. createQuery(java.lang.String jpaqlString, java.lang.Class<T> resultClass, Selection selection, HibernateEntityManagerImplementor.QueryOptions queryOptions)QueryImplementorSessionDelegatorBaseImpl. createQuery(CriteriaDelete deleteQuery)<T> QueryImplementor<T>SessionDelegatorBaseImpl. createQuery(CriteriaQuery<T> criteriaQuery)QueryImplementorSessionDelegatorBaseImpl. createQuery(CriteriaUpdate updateQuery)QueryImplementorSessionImplementor. createQuery(java.lang.String queryString)<T> QueryImplementor<T>SessionImplementor. createQuery(java.lang.String queryString, java.lang.Class<T> resultType)<T> QueryImplementor<T>SessionImplementor. createQuery(java.lang.String jpaqlString, java.lang.Class<T> resultClass, Selection selection, HibernateEntityManagerImplementor.QueryOptions queryOptions)Deprecated.(since 5.2) - see deprecation note on superQueryImplementorSessionImplementor. createQuery(CriteriaDelete deleteQuery)<T> QueryImplementor<T>SessionImplementor. createQuery(CriteriaQuery<T> criteriaQuery)QueryImplementorSessionImplementor. createQuery(CriteriaUpdate updateQuery)<T> QueryImplementor<T>SharedSessionContractImplementor. createQuery(java.lang.String jpaqlString, java.lang.Class<T> resultClass, Selection selection, HibernateEntityManagerImplementor.QueryOptions queryOptions)Deprecated.(since 5.2) - see deprecation note on org.hibernate.jpa.spi.HibernateEntityManagerImplementor#createQuery(java.lang.String, java.lang.Class, javax.persistence.criteria.Selection, org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions)QueryImplementorSessionDelegatorBaseImpl. getNamedQuery(java.lang.String name)QueryImplementorSessionImplementor. getNamedQuery(java.lang.String queryName) -
Uses of QueryImplementor in org.hibernate.procedure.spi
Subinterfaces of QueryImplementor in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceProcedureCallImplementor<R> -
Uses of QueryImplementor in org.hibernate.query.spi
Subinterfaces of QueryImplementor in org.hibernate.query.spi Modifier and Type Interface Description interfaceNativeQueryImplementor<T>Methods in org.hibernate.query.spi that return QueryImplementor Modifier and Type Method Description <R> QueryImplementor<R>QueryProducerImplementor. createNamedQuery(java.lang.String name, java.lang.Class<R> resultClass)QueryImplementorQueryProducerImplementor. createQuery(java.lang.String queryString)<R> QueryImplementor<R>QueryProducerImplementor. createQuery(java.lang.String queryString, java.lang.Class<R> resultClass)QueryImplementorQueryProducerImplementor. getNamedQuery(java.lang.String queryName)
-