|
JdbcStore is a Java to Relational DBMS persistence framework, enabling storage of Java objects in a relational DBMS. JdbcStore reduces the impedance mismatch between Java's object orientation and the relational representation of data used by RDBMSs.
You can write an entire Java application and store the data in a relational database without any SQL coding or calls to the JDBC API. JdbcStore transparently interfaces to JDBC and generates the required SQL to store and retrieve objects from the database.
JdbcStore includes:
- a workbench to define mappings between Java classes and relational tables
- a runtime environment to transparently store and retrieve objects from JDBC compliant databases
Its components and generated code include both standard Java and BeanInfo components, integrating seamlessly with the VisualAge for Java environment. |
|
JdbcStore screen shot
Main Features
- Class & bean generation from RDBMS schema, and generation of SQL DDL statements from existing Java class files
- 100% pure Java for both workbench and runtime environment
- Object cache and use of reflection API for performance
- Java Beans support and integration (including BeanInfo classes)
- Generic JFC table panel for display of objects in tabular format
- Support for inheritance
JdbcStore costs $99.00. Executables created with JdbcStore can be distributed royalty-free. There is a 30-day money-back guarantee.
Download JdbcStore demo
|