Package org.dftproject.genesis.core.data

Interface Summary
IDataListener A data listener receives notifications of statement insertions and deletions.
 

Class Summary
DataConnection DataConnection wraps a JDBC connection to the underlying database.
DataLiteralNode DataLiteralNode is a database-backed literal node.
DataLongLiteralNode DataLongLiteralNode is a database-backed literal node with a long raw database representation.
DataManager The DataManager class controls the data.
DataResourceNode DataResourceNode is a database-backed resource node.
DataView DataView provides a view on a subset of the data in the store.
 

Exception Summary
DataException DataException is the exception thrown by data objects.