2011-11-06

Ujorm 1.21 released

The release notes:
  • Java 7.0 is supported now
  • native SQL query can be used in the run-time on demanding requirements
  • direct support for the Slf4J Logger framework
  • slightly extended API for an easier use
  • new special interface to store binary content to a BLOB
  • new abstract class (OrmTableSynchronized) is available for the safe use in a multi-thread environment
  • many other extensions is implemented and
  • small bug fixing for some dialects and some minor other bugs are fixed

More information can be found on the Release notes.

2011-06-14

Ujorm 1.20 released

The release notes:
  • the project have changed a domain to the new: http://ujorm.org/
  • batch features are implemented for the SQL statements INSERT and UPDATE
  • there is possible to require only selected columns on the SELECT statement for better performance
  • the SELECT statement supports the key word: DISTINCT
  • each table can be marked to a READ-ONLY by a new parameter in the annotation @Table
  • the documentation Ujorm User Guide is extended and new samples are done
  • new reverential projects are published on the home page
More information can be found on the Release notes.

2011-02-06

Ujorm 1.10 released

The release notes:
  • dialect for the database MS-SQL is implemented thanks to Tomas Hampl from company Effectiva
  • new Native Criterion is implemented with an SQL expression to use on Ujorm query
  • new annotation @Comment can be used to describe database tables or columns
  • documentation Ujorm User Guide is extended
  • new performance test with the database H2 is published
  • no major bug was discovered
More information can be found on the Release notes.