@Singleton
public abstract class AbstractDao
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected play.db.jpa.JPAApi |
jpa |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDao(play.db.jpa.JPAApi jpa) |
Modifier and Type | Method and Description |
---|---|
protected void |
merge(java.lang.Object entity) |
protected void |
persist(java.lang.Object entity) |
protected void |
refresh(java.lang.Object entity) |
protected void |
remove(java.lang.Object entity) |