Two bugs are fixed - getStreamingData and cascade delete when Java
primitive type is used as a primary key.
Enhancements include (1). converter support for Addition,
Substraction, Division and Multiplication when result value is the
same type as original one. (2). Any object that implements
Serializable is supported. (3). Only invalid POJO is persisted.
com.leeonsoft.jdbc.orm.Reference is renamed into
com.leeonsoft.jdbc.orm.Associate.
Test (Example) code and HSQLDB database are also released with it. In
order to evaluate Dreamsource ORM, you need to download
http://dreamsource-orm.googlecode.com/files/hsqldb.zip and
http://dreamsource-orm.googlecode.com/files/dreamsource_orm_202_061409.jar.
Unzip hsqldb.zip into a folder, change to that folder/hsqldb/database
and run server.bat to start one HSQLDB instance. Import
dreamsource_orm_202_061409.jar into Eclipse as an existing project.
You are ready to run example codes.
Jim