| Package | Description |
|---|---|
| nc.ird.cantharella.data.dao | |
| nc.ird.cantharella.data.dao.utils |
| Modifier and Type | Method and Description |
|---|---|
<M extends AbstractModel> |
GenericDao.delete(Class<M> modelClass,
Serializable id)
Delete a model
|
<M extends AbstractModel> |
GenericDao.delete(M model)
Delete a model
|
<M extends AbstractModel> |
GenericDao.read(Class<M> modelClass,
Serializable id)
Read a model
|
<M extends AbstractModel> |
GenericDao.read(Class<M> modelClass,
String uniqueProperty,
Serializable value)
Read and fetch a model
|
<M extends AbstractModel> |
GenericDao.update(M model)
Update a model
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDaoAspect.afterThrowing(org.springframework.dao.DataRetrievalFailureException e)
Convert a DataRetrievalFailureException into a DataNotFoundException
|
Copyright © 2009-2013 IRD. All Rights Reserved.