com.ivata.mask.persistence |
|
Java Source File Name | Type | Comment |
FinderException.java | Class | An instance of this class is thrown when we couldn't find what we were
looking for. |
PersistenceException.java | Class | This message is thrown when one of the persistence classes cannot locate,
remove, or create a data object. |
PersistenceFilter.java | Interface | Use an instance of this class to filter out, or alter returned value objects
(for example, according to system user rights). |
PersistenceManager.java | Interface |
Defines how data objects are stored and retrieved throughout the system.
For each ivata masks implementation, you will need an
implementation of this interface. |
PersistenceSession.java | Interface | A persistence session must be opened (by calling
PersistenceManager.openSession PersistenceManager.openSession before
performing any other persistence operation. |
QueryPersistenceManager.java | Interface | Extends the ivata masks persistence manager to include
facilities to execute queries against the persistence store, and adds
listeners. |
RightViolationException.java | Class | Thrown whenever a user right is violated. |