O - Object typeK - primary keypublic interface GenericBaseDao<O,K>
| Modifier and Type | Method and Description |
|---|---|
void |
create(O o) |
void |
delete(O o) |
O |
find(K id) |
void |
flushAndClear() |
void |
lock(O entity) |
void |
update(O o) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.