Package it.avutils.jmapper

JMapper is an dynamic mapping framework.

See:
          Description

Interface Summary
IJMapper<D,S> JMapper takes as input two classes, Destination and Source.
IRelationalJMapper<T> RelationalJMapper takes as input one configured Class.
 

Class Summary
JMapper<D,S> JMapper takes as input two classes, Destination and Source.
RelationalJMapper<T> RelationalJMapper takes as input one configured Class.
 

Package it.avutils.jmapper Description

JMapper is an dynamic mapping framework. For overviews, tutorials, examples, guides, and tool documentation, please see the reference guide.

The principal public APIs in this package are:

JMapper
JMapper permits to define a simple dynamic mapping between two classes, explicit one-to-many and many-to-one relationships aren't permitted.
RelationalJMapper
RelationalJMapper is a wrapper of JMapper Class, adds to his features the explicit one-to-many and many-to-one relationships.



Copyright © 2013. All Rights Reserved.