Object - Relational
Object-Relational mapping (aka O/RM, ORM, and O/R mapping) is a programming technique for converting data between incompatible type systems in databases and Object-oriented programming languages. This creates, in effect, a "virtual object database" which can be used from within the programming language.
From : http://en.wikipedia.org/wiki/Object-relational_mapping
Possum
Possum is a simple tool that makes it easy to handle bean database persistence, while still using straight forward JDBC. Possum has been designed to work with beans, it can write and read beans to and from the database. It takes away the nitty gritty stuff in dealing with JDBC while still allowing direct access to the actual sql statements.
visit
Possum
Possum was visited : 34 times
Loading .....