Package gov.sns.tools.data

Interface Summary
DataAdaptor DataAdaptor is a generic interface to an external data source.
DataListener DataListener is a generic interface for an object that (receives/writes) data (from/to) a generic DataAdaptor.
DataTable.TableMessage Interface for notifying listeners of changes to the table
EditContext.ContextMessage Send notification about changes affecting this edit context
 

Class Summary
DataAttribute  
DataTable DataTable is internal storage resembling a database table.
EditContext EditContext manages dynamic data held in all associated tables.
GenericRecord GenericRecord is the default record class for DataTable.
SortOrdering SortOrdering can be used in DataTable queries to order records based on their values associated with the sort ordering keys.
TransientDataAdaptor A volatile implementation of the DataAdaptor interface.
 

Exception Summary
DataFormatException  
DataTable.NonUniqueRecordException This exception is thrown when attempting to fetch a single record with bindings and more than one record matches the criteria.
MissingDataException  
MissingPrimaryKeyException