Tuscany DAS for Relational Databases

Uses of Package
org.apache.tuscany.das.rdb

Packages that use org.apache.tuscany.das.rdb
org.apache.tuscany.das.rdb   
org.apache.tuscany.das.rdb.config.wrapper   
org.apache.tuscany.das.rdb.graphbuilder.impl   
org.apache.tuscany.das.rdb.impl   
 

Classes in org.apache.tuscany.das.rdb used by org.apache.tuscany.das.rdb
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.
Parameter
          Describes a single parameter for a parameterized SQL statement.
ResultSetShape
          Describes the structure of the result set returned from execution of a SELECT statement.
 

Classes in org.apache.tuscany.das.rdb used by org.apache.tuscany.das.rdb.config.wrapper
Key
          A key instance is used to describe a Table key definition.
 

Classes in org.apache.tuscany.das.rdb used by org.apache.tuscany.das.rdb.graphbuilder.impl
Converter
          A lightweight Table-column <--> DataObject-property converter framework.
ResultSetShape
          Describes the structure of the result set returned from execution of a SELECT statement.
 

Classes in org.apache.tuscany.das.rdb used by org.apache.tuscany.das.rdb.impl
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.
Key
          A key instance is used to describe a Table key definition.
Pager
          An iterator-like interface to conveniently move through chunks of data.
Parameter
          Describes a single parameter for a parameterized SQL statement.
ResultSetShape
          Describes the structure of the result set returned from execution of a SELECT statement.
 


Tuscany DAS for Relational Databases

-