ObjectNotFoundException is restored from 1.0. Also we've noticed that 1.1 was not compatible with 1.0 In this release we've added a tool to merge from a 1.0 db to 1.1 and beyond version.
For the latest updates on Delegator, see http://sf.net/projects/delegator
Mirage is an object/relational persistence layer for Java with an extemely simple interface consisting of just one class and a handful of methods. Mirage rejects the use of mapping description files, database creation scripts and bytecode manipulation or sourcecode generation. Instead Mirage relies on reflection alone to generate the mapping and the database schema on the fly. Mirage strives to support the rapid test-code-run-integrate cycle necessary to support an agile project.... read more