|
||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
com.nec.tdd.tools.dbMapper |
The dbMapper package provides interfaces and classes that allow a Java application to interface to a relational database. The main functional areas that are covered are:
It also allows custom database operations (e.g. a custom SQL statement, get database connection etc) to be defined and executed for any class that needs to extend or modify the default processing.
DBInterface defines methods that allow an user to manage transaction boundaries across DBInterface create, update, delete methods. If user transaction is not active (beginTransaction is not invoked) for current thread, a method call is treated as an atomic operation (transaction boundary).
Thus the functionality provided by the ORDBMapper class eliminates the need for the application programmer to write SQL code to perform standard database operations. The application programmer must create XML mapping files, as input to ORDBMapper, to specify the details of the mapping between specific Java classes and a specific relational database schema.
Following terminology is used throughout the db module documentation :
|
||||||||
PREV NEXT | FRAMES NO FRAMES |