Package | Description |
---|---|
com.querydsl.jpa.hibernate |
JPQL for Hibernate
|
Modifier and Type | Method and Description |
---|---|
protected HibernateQuery<T> |
HibernateQuery.clone(SessionHolder sessionHolder) |
HibernateQuery<?> |
HibernateQueryFactory.from(EntityPath<?>... from) |
HibernateQuery<?> |
HibernateQueryFactory.from(EntityPath<?> from) |
HibernateQuery<?> |
HibernateQueryFactory.query() |
HibernateQuery<Tuple> |
HibernateQueryFactory.select(Expression<?>... exprs) |
HibernateQuery<Tuple> |
HibernateQuery.select(Expression<?>... exprs) |
<T> HibernateQuery<T> |
HibernateQueryFactory.select(Expression<T> expr) |
<U> HibernateQuery<U> |
HibernateQuery.select(Expression<U> expr) |
HibernateQuery<Tuple> |
HibernateQueryFactory.selectDistinct(Expression<?>... exprs) |
<T> HibernateQuery<T> |
HibernateQueryFactory.selectDistinct(Expression<T> expr) |
<T> HibernateQuery<T> |
HibernateQueryFactory.selectFrom(EntityPath<T> from) |
HibernateQuery<Integer> |
HibernateQueryFactory.selectOne() |
HibernateQuery<Integer> |
HibernateQueryFactory.selectZero() |
Copyright © 2007–2016 Querydsl. All rights reserved.