Uses of Class
play.db.jpa.JPASupport.JPAQuery

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(java.lang.String name, java.lang.Object param)
          Bind a JPQL named parameter to the current query.
static JPASupport.JPAQuery JPASupport.find()
          Deprecated. 
static JPASupport.JPAQuery JPASupport.find(java.lang.String query, java.lang.Object... params)
          Prepare a query to find entities.
<T> JPASupport.JPAQuery
JPASupport.JPAQuery.from(int position)
          Set the position to start
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly