|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.db.jpa.JPASupport
play.db.jpa.Model
public class Model
Base class for JPA model objects Automatically provide a @Id Long id field
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class play.db.jpa.JPASupport |
|---|
JPASupport.JPAQuery, JPASupport.JPAQueryException |
| Field Summary | |
|---|---|
Long |
id
|
| Fields inherited from class play.db.jpa.JPASupport |
|---|
willBeSaved |
| Constructor Summary | |
|---|---|
Model()
|
|
| Method Summary | |
|---|---|
Long |
getId()
|
| Methods inherited from class play.db.jpa.JPASupport |
|---|
afterLoad, afterSave, all, count, count, create, create, delete, delete, deleteAll, edit, edit, em, equals, find, find, findAll, findBy, findById, findKey, findKeyType, findOneBy, getEntityId, getEntityManager, hashCode, merge, refresh, save, saveAttachment, setupAttachment, toString, validateAndSave |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Long id
| Constructor Detail |
|---|
public Model()
| Method Detail |
|---|
public Long getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||