|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JPABase | |
---|---|
play.db.jpa |
Uses of JPABase in play.db.jpa |
---|
Subclasses of JPABase in play.db.jpa | |
---|---|
class |
GenericModel
A super class for JPA entities |
class |
JPASupport
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 JPABase | ||
---|---|---|
static
|
GenericModel.create(java.lang.Class<?> type,
java.lang.String name,
java.util.Map<java.lang.String,java.lang.String[]> params,
java.lang.annotation.Annotation[] annotations)
|
|
static
|
GenericModel.create(java.lang.String name,
Scope.Params params)
|
|
|
GenericModel.delete()
Delete the entity. |
|
static
|
GenericModel.edit(java.lang.Object o,
java.lang.String name,
java.util.Map<java.lang.String,java.lang.String[]> params,
java.lang.annotation.Annotation[] annotations)
|
|
static
|
GenericModel.findAll()
Find all entities of this type |
|
static
|
GenericModel.findById(java.lang.Object id)
Find the entity with the corresponding id. |
|
|
GenericModel.merge()
Merge this object to obtain a managed entity (usefull when the object comes from the Cache). |
|
|
GenericModel.refresh()
Refresh the entity state. |
|
|
GenericModel.save()
store (ie insert) the entity. |
Methods in play.db.jpa that return JPABase | |
---|---|
JPABase |
JPQL.create(java.lang.String entity,
java.lang.String name,
Scope.Params params)
|
JPABase |
JPQL.findById(java.lang.String entity,
java.lang.Object id)
|
JPABase |
JPQL.findOneBy(java.lang.String entity,
java.lang.String query,
java.lang.Object[] params)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |