Modifier and Type | Field and Description |
---|---|
protected javax.persistence.criteria.CriteriaBuilder |
cb |
protected javax.persistence.criteria.Root<E> |
entity |
protected javax.persistence.criteria.CriteriaQuery<R> |
q |
Constructor and Description |
---|
CriteriaQuery(org.hibernate.SessionFactory sessionFactory,
Class<E> entity,
Class<R> result) |
Modifier and Type | Method and Description |
---|---|
void |
apply() |
List<R> |
getResultList() |
List<R> |
getResultList(int firstResult,
int maxResults) |
R |
getSingleResult() |
R |
uniqueResult() |
protected final javax.persistence.criteria.CriteriaBuilder cb
protected final javax.persistence.criteria.CriteriaQuery<R> q
protected final javax.persistence.criteria.Root<E> entity
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.