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.

2010-01-05 07:34 Back to release list
0.92

Enum apoio é feito através do mapeamento para um tipo DB numérico. Custom mapeamento de tipo de Java é suportada através do alargamento do TypeService classe. O novo método OrmHandler.findPropertiesByTypeClass (Classe) para o uso comum é feito. Simplificado implementações dialeto SQL são incluídos, incluem suporte Oracle. Uma nova funcionalidade está disponível através do método Sesssion.isRollbackOnly (). O valor padrão para o SEQUENCE_CACHE parâmetro é 100 (em vez dos 64 originais). Lendo um valor nulo de ResultSet é fixo. O MySqlDialect é fixo. O uso explícito do motor 'InnoDB' foi executado.
Tags: Major
Enum support is done by mapping to a numeric DB type. Custom Java type mapping is supported by extending the class TypeService. The new method OrmHandler.findPropertiesByTypeClass(Class) for common use is done. Simplified SQL dialect implementations are included, include Oracle support. A new feature is available via the method Sesssion.isRollbackOnly(). The default value for the parameter SEQUENCE_CACHE is 100 (instead of the original 64). Reading a null value from ResultSet is fixed. The MySqlDialect is fixed. An explicit use of the engine 'InnoDB' was implemented.

Project Resources