Menu

Ujorm 1.10 released

Ujorm is an easy-to-use ORM famework designed for rapid Java development with great performance and a small footprint. The key features are type safe queries, relation mapping by Java code, no entity states, and a memory overloading protection cache.

The last changes:
+ dialect for the database MS-SQL is implemented
+ 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
+ correction the behavior Ujorm release 0.90 where the missing table 'ujorm_pk_support' was a sign to creating all the DB structure
+ there is possible to suppress the formation table 'ujorm_pk_support' by overriding the method UjoSequencer.isSequenceTableRequired() in case a different implementation of the ID generator is used
+ documentation Ujorm User Guide is extended

Posted by Pavel Ponec 2011-02-07

Log in to post a comment.