JODB
JODB (Java Objects Database) is an open source object-oriented database.
The database uses a cache based on Soft References to
avoid using too much memory when the application requires it. The queries are optimized to use the minimal possible object instantiations during the search to avoid excessive garbage collection.
(追記) (追記ここまで)
License
GNU General Public License (GPL)