Download List

專案描述

Ujorm is an easy-to-use ORM framework based on key-value objects. The framework was 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-21 14:04
1.32

Many Ujo Validators are available in the CORE module for common use. The one database request loading for relations is supported using the database Query object API. Lazy loading can be disabled by default for each Query. The CSV import tool can check the content of the header in the reading time. The RingBuffer tool was extended for new useful methods. More checkpoints, code cleanup, and jUnit tests are done. The documentation was extended.
標籤: Major, Java, ORM, Validator

2012-12-13 07:46
1.31

Database statements UPDATE or DELETE support entity relations in the Criterion, including batch mode. SQL entity and column names can be "quoted" optionally in real SQL statements; for more information see the method: MetaParams.setQuotedSqlNames(). The one critical bug is fixed for some cases of the lazy loading. Explicitly defined Key name created using a factory is fixed. A new plugin to the NetBeans IDE to generate getters and setters easily for UJO.
標籤: ORM, Major

2012-01-31 07:52
1.22

The UjoProperty interface extends the CriterionMaker now for a simpler Criterion building. A new annotation parameter called converter can be assigned for a special reading data from/to ResultSet. A new method UjoComparator.sort() is implemented, as well as a better type safe using Java generics. Solid database names of foreign columns name constraints are implemented. The right parameter of Criterion can be an indirect property. The default implementation toString() of the AbstractUjo object is improved.
標籤: Major

2011-11-08 06:44
1.21

Java 7.0 is supported now. Native SQL queries can be used in the run-time on demanding requirements. Direct support for the Slf4J Logger framework. A slightly extended API for easier use. A new special interface to store binary content to a BLOB. A new special class (OrmTableSynchronized) is available for safe use in a multi-thread environment. Many other extensions have been implemented. Small bugfixes for some dialects, and some minor bugs are fixed.
標籤: Major

2011-06-13 06:25
1.20

The batch INSERT and UPDATE are supported. Select DISTINCT is supported now. Each meta-model table can be marked as READ-ONLY. The documentation Ujorm User Guide is extended and new samples are done. Database commits are executed by order of assigning database models now. Many Ujorm source code cleanups are finished. The constructor new SortingProperty(..) has been replaced by a factory method, PathProperty.sort(..).
標籤: Major

Project Resources