Download List

Projeto Descrição

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.

2011-02-07 17:01 Back to release list
1.10

Um dialeto do banco de dados MS-SQL foi implementada. Um novo critério nativa foi implementado com uma expressão SQL para uso em consulta Ujorm. A anotação @ Comentar pode ser usada para descrever as tabelas ou colunas. A falta do "ujorm_pk_support" mesa já não é incorretamente interpretado como um sinal para criar toda a estrutura do DB. A formação do "ujorm_pk_support" tabela pode ser suprimido, substituindo o método UjoSequencer.isSequenceTableRequired () no caso de uma implementação diferente do gerador de identificação é usada. A documentação do usuário Ujorm Guia foi prorrogado.
Tags: Major
A dialect for the MS-SQL database has been implemented. A new native Criterion was implemented with an SQL expression to use on Ujorm query. A new annotation @Comment can be used to describe database tables or columns. The lack of the "ujorm_pk_support" table is no longer incorrectly taken as a sign to create all of the DB structure. The formation of the "ujorm_pk_support" table can be suppressed by overriding the method UjoSequencer.isSequenceTableRequired() in case a different implementation of the ID generator is used. The Ujorm User Guide documentation was extended.

Project Resources