Package | Description |
---|---|
com.querydsl.jpa |
JPA support
|
com.querydsl.jpa.hibernate |
JPQL for Hibernate
|
com.querydsl.jpa.impl |
JPQL for JPA
|
Modifier and Type | Class and Description |
---|---|
class |
JPAQueryBase<T,Q extends JPAQueryBase<T,Q>>
JPAQueryBase is a base Query class for JPA queries |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateQuery<T,Q extends AbstractHibernateQuery<T,Q>>
Abstract base class for Hibernate API based implementations of the JPQL interface
|
class |
HibernateQuery<T>
HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJPAQuery<T,Q extends AbstractJPAQuery<T,Q>>
Abstract base class for JPA API based implementations of the JPQLQuery interface
|
class |
JPAQuery<T>
JPAQuery is the default implementation of the JPQLQuery interface for JPA |
Copyright © 2007–2016 Querydsl. All rights reserved.