Storable is a mechanism which maps java objects onto a relational database for persistent storage.  Through proper database abstraction, the underlying database can be replaced with any relational database a DBAdapter has been written for.  A more detailed description is here, while a few examples of usage can be found here.

 

DBAdapter

Adapter Description

Version

MySQLAdapter MySQL DBAdapter.  Highly optimized.   1.0
PgAdapter PostgreSQL DBAdapter.  Problems with transaction aborts. No BLOB support. 0.60
IBAdapter Interbase DBAdapter.  Definately not done. 0.40
OracleAdapter Oracle DBAdapter. Definately not done. 0.30

Usage Guide