Ujorm 0.94 released
Location:
Java persistence
The open-source ORM framework Ujorm 0.94 for rapid Java development based on a relation database has been released. The framework provides a type-safe API for database queries so the most of typing errors are detected before running the application. Developer can take an advantage of a code-completion in their favorite IDE at coding time.
New features:
- stored database procedures are supported
- the class Query implements the interface Iterable
- simply mapping user object to VARCHAR
- new method OrmTools.loadLazyValues(...) to load lazy values to required depth
- new method session.reload(ujo) to reload properties from database
- new method Criterion.whereNull(..) to simple comparison to the NULL literal
- MetaParams supports the "set(..)" value to change values
- checking an open Session is done
- assembling the meta-model is synchronized now
- performance, JavaDoc and Tutorial are improved
Release of version 1.0 is scheduled for autumn 2010.
Related links:
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)




