|
Arch4J 1.1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
DataAccessConstants | Constant values used in this package. |
ResultSetVisitor | This listener is used to process the results of a query string or to get the number of rows affected by an insert, update, or delete. |
Class Summary | |
AtomicOperationCommand | This class is realized to bound multiple database operations which need to execute as one atomic operation. |
DataAccessProvider | This class is the main service provider for data access services. |
DataAccessProviderTest | This test assumes that the dataaccess.properties file exists with the following contents: |
DatabaseManager | This class is used to communicate with the data server. |
DatabaseManagerTest | This test assumes that the database contains a table named TST_FOO exists with the following structure: |
SQLEvaluator | This class can be used to test out a set of database properties. |
TransactionalConnectionManager | This class allows for transactional bounding around multiple calls over a single database connection. |
TransactionalDatabaseManager | This extention of the DatabaseManager class adds joinable transaction functionality. |
Exception Summary | |
DataAccessException | This class is a wrapper for SQLException s. |
|
Arch4J 1.1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |