|
||||||||||
| 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.JPAModel
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 |
| Field Summary |
|---|
| Fields inherited from class play.db.jpa.JPAModel |
|---|
id |
| Fields inherited from class play.db.jpa.JPASupport |
|---|
willBeSaved |
| Constructor Summary | |
|---|---|
Model()
|
|
| Method Summary |
|---|
| Methods inherited from class play.db.jpa.JPAModel |
|---|
getId |
| Methods inherited from class play.db.jpa.JPASupport |
|---|
all, count, count, create, create, delete, delete, deleteAll, edit, edit, em, equals, find, find, findAll, findBy, findById, findKey, findKeyType, findOneBy, getEntityId, getEntityManager, hashCode, merge, onLoad, onSave, refresh, save, saveAttachment, setupAttachment, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Model()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||