|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PersistenceException | |
|---|---|
| org.apache.ambari.view | |
| Uses of PersistenceException in org.apache.ambari.view |
|---|
| Methods in org.apache.ambari.view that throw PersistenceException | ||
|---|---|---|
|
DataStore.find(Class<T> clazz,
Object primaryKey)
Find the entity of the given class type that is uniquely identified by the given primary key. |
|
|
DataStore.findAll(Class<T> clazz,
String whereClause)
Find all the entities for the given where clause. |
|
void |
DataStore.remove(Object entity)
Remove the given entity from persistent storage. |
|
void |
DataStore.store(Object entity)
Save the given entity to persistent storage. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||