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.

2010-03-17 06:55 Back to release list
0.93

메타 데이터베이스를 증분 업데이 트를 모델로 DDL 문을 사용합니다. 제한 및 오프셋 쿼리의 속성에 의해 지원됩니다. 데이터베이스 색인을 생성하는 메타 - 모델에 의해 만들어집니다. 고유 / 이외의 고유 색인을 포함하여 구성을 지원합니다. 새로운 방법을 외국인 열쇠를 가져올 : OrmTable.readPK (속성). 는 SQL 키워드의 확인.
Tags: Major
Incremental database updates by meta-model using DDL statements. LIMIT and OFFSET are supported by attributes of the Query. Database indexes are created by the meta-model. Unique/non-unique indexes are supported, including a composed one. A new method to get a foreign key: OrmTable.readPK(property). Checking of SQL keywords.

Project Resources