Uses of Class
com.caplin.jtm.exceptions.PersistenceException
Packages that use PersistenceException
-
Uses of PersistenceException in com.caplin.jtm.persistence
Methods in com.caplin.jtm.persistence that throw PersistenceExceptionModifier and TypeMethodDescriptionCalls a stored procedure in the persistence serviceintDeletes entries from the persistence service given the provided selectorPersistence.get(String table, Map<String, String> selector, LinkedHashMap<String, Ordering> ordering, long limit) Gets entries from the persistence service given the provided selectorPersistence.query(String table, String query, QueryParams params) Gets entries from the persistence service matching the provided queryintUpdates or inserts an entry to be stored by the persistence service