play.db.jpa
Class Model

java.lang.Object
  extended by play.db.jpa.JPASupport
      extended by play.db.jpa.JPAModel
          extended by play.db.jpa.Model
All Implemented Interfaces:
java.io.Serializable

public class Model
extends JPAModel

Base class for JPA model objects Automatically provide a @Id Long id field

See Also:
Serialized Form

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

Model

public Model()


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