|
DB Architect bridges the
gap between relational and Java objects by creating Java
classes that map to tables or views in a relational database.
It includes templates for
Data Access Objects (DAO), Value Objects (VO), and Bean
Managed Entity Beans (BMP). Users can generate Java code
based on these templates and use the generated code in any
project that accesses a database.
|