Pavel Ponec - 2009-08-30

The ORM features:
- framework has a type safe query language which allows the java compiler find a syntax error similar like a 4GL language
- never more a LazyInitialization exception though a lazy initialization is supported
- no confusing proxy business objects
- no list properties are supported but a special object called UjoIterator is designed for a collection. The UjoIterator provides a toList() method for example
- easy to configure the ORM model by java source code, optionally by annotations or a XML file
- great performance, e.g. multi SELECT is eight times faster in comparison with Hibernate
- small size of JAR file and no more library dependencies