Uses of Class
play.db.jpa.JPASupport

Packages that use JPASupport
play.db.jpa   
 

Uses of JPASupport in play.db.jpa
 

Subclasses of JPASupport in play.db.jpa
 class JPAModel
          Deprecated. 
 class Model
          Base class for JPA model objects Automatically provide a @Id Long id field
 

Methods in play.db.jpa with type parameters of type JPASupport
static
<T extends JPASupport>
T
JPASupport.create(java.lang.Class type, java.lang.String name, java.util.Map<java.lang.String,java.lang.String[]> params)
           
static
<T extends JPASupport>
T
JPASupport.create(java.lang.String name, Scope.Params params)
           
<T extends JPASupport>
T
JPASupport.delete()
          Delete the entity.
static
<T extends JPASupport>
T
JPASupport.edit(java.lang.Object o, java.lang.String name, java.util.Map<java.lang.String,java.lang.String[]> params)
           
<T extends JPASupport>
T
JPASupport.edit(java.lang.String name, Scope.Params params)
           
static
<T extends JPASupport>
java.util.List<T>
JPASupport.findAll()
          Find all entities of this type
static
<T extends JPASupport>
java.util.List<T>
JPASupport.findBy(java.lang.String query, java.lang.Object... params)
          Deprecated. 
static
<T extends JPASupport>
T
JPASupport.findById(java.lang.Object id)
          Find the entity with the corresponding id.
static
<T extends JPASupport>
T
JPASupport.findOneBy(java.lang.String query, java.lang.Object... params)
          Deprecated. 
<T extends JPASupport>
T
JPASupport.merge()
          Merge this object to obtain a managed entity (usefull when the object comes from the Cache).
<T extends JPASupport>
T
JPASupport.refresh()
          Refresh the entity state.
<T extends JPASupport>
T
JPASupport.save()
          store (ie insert) the entity.
 



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