Download List

Descripción del Proyecto

jTransfo is a Java library to easily convert between transfer and domain objects. It is driven using annotations on the transfer object. Several transfer objects for the same domain object can be used. There are integrations with the Spring framework and Joda-Time.

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-02-09 09:12
0.7

Convertidores de tipos de lista deberían ser capaces de reutilizar las listas existentes en campos de destino. Esto es importante para la integración de Hibernate. Esto se realiza de forma predeterminada, pero puede desactivarse. Esta versión no requiere un campo real en el objeto de dominio; descriptores de acceso deberían ser suficiente. Permite polimorfismo en objetos de transferencia. Añade una opción a ListTypeConverter si null debe ser mantenido o convertido a una lista vacía. Añade convertList(), que convierte una lista de objetos. Permite ordenar en ListTypeConverter.
Tags: Stable
List type converters should be able to reuse existing lists on target fields. This is important for Hibernate integration. This is done by default, but can be switched off. This release does not require an actual field on the domain object; accessors should be enough. It allows polymorphism on transfer objects. It adds an option to ListTypeConverter for whether null should be kept or converted to an empty list. It adds convertList(), which converts a list of objects. It allows sorting in ListTypeConverter.

2013-01-21 14:14
0.6

Un módulo de demostración se añadió que utiliza Hibernate y Lombok. Conversión ahora utiliza captadores y definidores en los objetos de dominio, ya que esto es necesario para evitar problemas con la carga diferida de Hibernate. Colecciones necesitan un tratamiento especial; Esta versión incorpora un convertidor de tipos base que acepta el tipo de los objetos de transferencia. Añade un convertidor de tipos que actualiza los objetos vinculados pero no actualizar los objetos del dominio. Esto es muy prácticos o de control enlaces entre objetos sin permitir que los objetos a ser modificados.
Tags: Stable
A demo module was added that uses Hibernate and Lombok. Conversion now uses getters and setters on the domain objects, as this is needed to avoid problems with Hibernate lazy loading. Collections need special handling; this release adds a base type converter that accepts the type of the transfer objects. It adds a type converter that updates linked objects but does not update objects in the domain. This is very practical or controlling links between objects without allowing the objects themselves to be modified.

2013-01-07 04:49
0.4

Esta versión añade la posibilidad de asignar un campo de objeto de transferencia a un campo transitivo en el objeto de dominio.
Tags: Stable
This release adds the ability to map a transfer object field to a transitive field in the domain object.

Project Resources