Uses of Class
com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Packages that use AbstractHibernateQuery Package Description com.querydsl.jpa.hibernate JPQL for Hibernate -
-
Uses of AbstractHibernateQuery in com.querydsl.jpa.hibernate
Classes in com.querydsl.jpa.hibernate with type parameters of type AbstractHibernateQuery Modifier and Type Class Description classAbstractHibernateQuery<T,Q extends AbstractHibernateQuery<T,Q>>Abstract base class for Hibernate API based implementations of the JPQL interfaceSubclasses of AbstractHibernateQuery in com.querydsl.jpa.hibernate Modifier and Type Class Description classHibernateQuery<T>HibernateQueryis the default implementation of the JPQLQuery interface for Hibernate
-