Data Access JavaBeans simplify working with the Java Database Connectivity
(JDBC) interface for dynamic data access. These include:
- Select Bean to connect to, query, and work with the result set from a database.
- DBNavigator Bean to enable user interfaces to navigate the rows in the result
set and perform database operations.
- Modify Bean to insert, update, or delete rows without first needing to query
the database.
- ProcedureCall Bean to invoke a stored procedure, and work with its parameters
and the resulting set of data.