Tuscany DAS for Relational Databases

Package org.apache.tuscany.das.rdb

Interface Summary
ApplyChangesCommand An ApplyChangesCommand is used to flush the changes associated with a modified graph of DataObjects to a database.
Command A Command is used to execute a read or write to a database
CommandFactory A CommandFactory produces Command and ApplyChangesCommand instances.
CommandGroup A CommandGroup represents a set of Command and single ApplyChangesCommand that are created from a common config file.
CommandGroupFactory A CommandGroupFactory produces CommandGroup instances.
Converter A lightweight Table-column <--> DataObject-property converter framework.
Pager An iterator-like interface to conveniently move through chunks of data.
Parameter Describes a single parameter for a parameterized SQL statement.
 

Class Summary
ConfigHelper A ConfigHelper is used as an aid in programmatic construction of Config instances.
Key A key instance is used to describe a Table key definition.
ResultSetShape Describes the structure of the result set returned from execution of a SELECT statement.
SDODataTypes Defines SDO data types.
 


Tuscany DAS for Relational Databases

-