Menu

Ujorm 1.20 released

The last changes:
+ the 'Sequence Table Model' is implemented to an optional customize of the 'ujorm_pk_support' table.
+ the batch INSERT for list of items usding a multi row SQL INSERT is implemented
+ the batch UPDATE is supoorted now, see documentation for more information
+ new method Query.setColumns(..) is implemented for the SQL SELECT performance optimization
+ select DISTINCT is supported now
+ each meta-model table can be marked like a READ-ONLY using a new parameter in annotation @Table
+ configuration supports the READ-ONLY mode for required table(s)
+ core class UjoComparator supports the Collator for comparation of the String items.
+ composite class UjoProperty have got implemented two new methods: equals() and hashCode() and the getName() method is optimized now
+ auto increment is supported for data type String now
+ the documentation Ujorm User Guide is extended and new samples are done
+ database commits are executed by order of assigning database models now
+ API of the class Criterion is extended for two methods: forAll() and forNone()
+ many Ujorm source code cleanings are finished
+ constructor new SortingProperty(..) is replaced for a factory method PathProperty.sort(..)
+ see the link for more informaton: http://ujorm.com/javadoc/changes.txt

Posted by Pavel Ponec 2011-06-12

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.