Content deleted Content added
No edit summary |
|||
Line 35:
* Data model definition through a Java object modell omits the need to learn XML schemas or annotations and easily allows user interceptions and extentions.
* Portable RDBMS independent record handling and command definition with support for a variety of relational databases such as Oracle, [[Microsoft SQL
* DDL generation for target DBMS from object definition, either for the entire database or for individual objects such as tables, views, columns and relations.
* Type-safe API for dynamic SQL command generation allows dynamic building of SQL statements using API methods and object references only instead of string literals. This provides a high degree of type-safety which simplifies testing and maintenance.
|