Uses of Class
org.jaffa.beans.moulding.mapping.GraphMapping

Packages that use GraphMapping
org.jaffa.beans.moulding.mapping   
 

Uses of GraphMapping in org.jaffa.beans.moulding.mapping
 

Methods in org.jaffa.beans.moulding.mapping that return GraphMapping
static GraphMapping MappingFactory.getInstance(Class dao)
           
static GraphMapping MappingFactory.getInstance(Object dao)
           
 

Methods in org.jaffa.beans.moulding.mapping with parameters of type GraphMapping
static void BeanMoulder.moldFromDomain(Object source, Object target, GraphMapping graph, MappingFilter filter, String objectPath, boolean includeKeys)
          Mould data from domain object and its related objects into a new JavaBean based domain object graph, based on the defined mapping rules.
 

Constructors in org.jaffa.beans.moulding.mapping with parameters of type GraphMapping
MappingFilter(GraphMapping graph)
          Creates a new instance of MappingFilter
MappingFilter(GraphMapping graph, String[] rules)
          Creates a new instance of MappingFilter
 



Copyright © 2002-2004 JAFFA Project.