|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JPASupport.JPAQuery | |
|---|---|
| play.db.jpa | |
| Uses of JPASupport.JPAQuery in play.db.jpa |
|---|
| Methods in play.db.jpa that return JPASupport.JPAQuery | ||
|---|---|---|
static JPASupport.JPAQuery |
JPASupport.all()
Prepare a query to find *all* entities. |
|
JPASupport.JPAQuery |
JPASupport.JPAQuery.bind(String name,
Object param)
Bind a JPQL named parameter to the current query. |
|
static JPASupport.JPAQuery |
JPASupport.find()
Deprecated. |
|
static JPASupport.JPAQuery |
JPASupport.find(String query,
Object... params)
Prepare a query to find entities. |
|
|
JPASupport.JPAQuery.from(int position)
Set the position to start |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||