|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JeppettoException | |
|---|---|
| org.iternine.jeppetto.dao | |
| Uses of JeppettoException in org.iternine.jeppetto.dao |
|---|
| Subclasses of JeppettoException in org.iternine.jeppetto.dao | |
|---|---|
class |
AccessControlException
|
class |
NoSuchItemException
|
class |
OptimisticLockException
|
class |
TooManyItemsException
|
| Methods in org.iternine.jeppetto.dao that throw JeppettoException | |
|---|---|
void |
GenericDAO.delete(T object)
Delete the specified object from the persistent store. |
void |
GenericDAO.deleteById(ID id)
Delete an object from the persistent store based on the id. |
void |
QueryModelDAO.deleteUsingQueryModel(QueryModel queryModel)
Delete objects of type T that correspond to the QueryModel. |
Iterable<T> |
GenericDAO.findAll()
Find all objects of type T. |
T |
GenericDAO.findById(ID id)
Find an object T with the specified id. |
T |
QueryModelDAO.findUniqueUsingQueryModel(QueryModel queryModel)
Find an object T that satisfies the QueryModel. |
Iterable<T> |
QueryModelDAO.findUsingQueryModel(QueryModel queryModel)
Find objects of type T that correspond to the QueryModel. |
void |
GenericDAO.flush()
If the implementation supports lazy writes, manually flush changes to the external database |
Object |
QueryModelDAO.projectUsingQueryModel(QueryModel queryModel)
Use the QueryModel to narrow a set of results, then perform the specified projection. |
void |
GenericDAO.save(T object)
Call save to insert a new object into the persistent store or update a preexisting object that has been modified. |
void |
AccessControlDAO.save(T object,
AccessControlContext accessControlContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||