T - The business objectPK - The database keypublic interface IDao<T,PK extends Serializable> extends IReadOnlyDao<T,PK>
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
persist(T newInstance) |
PK |
save(T newInstance) |
void |
saveOrUpdate(T transientObject) |
void |
update(T detachedInstance) |
count, load, loadAll, loadLikeCopyright © 2016. All rights reserved.