Uses of Class
ma.glasnost.orika.test.community.CustomMergerTest.Entity

Packages that use CustomMergerTest.Entity
ma.glasnost.orika.test.community   
 

Uses of CustomMergerTest.Entity in ma.glasnost.orika.test.community
 

Subclasses of CustomMergerTest.Entity in ma.glasnost.orika.test.community
static class CustomMergerTest.ChildEntity
           
 

Methods in ma.glasnost.orika.test.community that return types with arguments of type CustomMergerTest.Entity
 Collection<CustomMergerTest.Entity> CustomMergerTest.EntityHolder.getEntities()
           
 

Method parameters in ma.glasnost.orika.test.community with type arguments of type CustomMergerTest.Entity
 void CustomMergerTest.MergingMapper.mapAtoB(Collection<CustomMergerTest.Dto> a, Collection<CustomMergerTest.Entity> b, MappingContext context)
           
 void CustomMergerTest.DesiredMergingMapper.mapAtoB(Collection srcDtos, Collection dstEntities, Class<? extends CustomMergerTest.Dto> srcDtoClass, Class<? extends CustomMergerTest.Entity> dstEntityClass, MappingContext context)
           
 void CustomMergerTest.EntityHolder.setEntities(Collection<CustomMergerTest.Entity> entityList)
           
 



Copyright © 2012 Glasnost. All Rights Reserved.