Uses of Class
org.apache.ambari.view.PersistenceException

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
<T> T
DataStore.find(Class<T> clazz, Object primaryKey)
          Find the entity of the given class type that is uniquely identified by the given primary key.
<T> Collection<T>
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.
 



Copyright © 2015 Apache Software Foundation. All rights reserved.