|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectQuery | |
|---|---|
| ch.elca.el4j.services.persistence.jpa.criteria | |
| Uses of SelectQuery in ch.elca.el4j.services.persistence.jpa.criteria |
|---|
| Classes in ch.elca.el4j.services.persistence.jpa.criteria that implement SelectQuery | |
|---|---|
class |
QueryBuilder
SQL Query Builder. |
| Methods in ch.elca.el4j.services.persistence.jpa.criteria that return SelectQuery | |
|---|---|
SelectQuery |
QueryBuilder.applySelect(javax.persistence.EntityManager entityManager)
creates select query with the given EntityManager and stores the prepared query which is then executed through the getResultList() methods. |
SelectQuery |
QueryBuilder.applySelect(javax.persistence.EntityManager entityManager,
Class<?> resultClass)
creates select query with the given EntityManager and stores the prepared query which is then executed through the getResultList() methods. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||