Uses of Class
com.caplin.jtm.exceptions.PersistenceException
-
Uses of PersistenceException in com.caplin.jtm.persistence
Modifier and TypeMethodDescriptionCalls a stored procedure in the persistence serviceint
Deletes 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 queryint
Updates or inserts an entry to be stored by the persistence service