| Package | Description |
|---|---|
| org.iternine.jeppetto.dao |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDAO.deleteByIds(ID... ids)
Delete objects from the persistent store based on the passed in id values.
|
<U extends T> |
GenericDAO.updateByIds(U updateObject,
ID... ids)
Apply the set of changes described in the update object to persisted items with the
specified ids.
|
Copyright © 2014. All Rights Reserved.