Uses of Class
org.chromattic.core.mapping.MethodMapping

Packages that use MethodMapping
org.chromattic.core.mapping   
 

Uses of MethodMapping in org.chromattic.core.mapping
 

Subclasses of MethodMapping in org.chromattic.core.mapping
 class CreateMapping
           
 class DestroyMapping
           
 class FindByIdMapping
           
 

Methods in org.chromattic.core.mapping that return types with arguments of type MethodMapping
 Set<MethodMapping> NodeTypeMapping.getMethodMappings()
           
 

Constructor parameters in org.chromattic.core.mapping with type arguments of type MethodMapping
MixinTypeMapping(org.reflext.api.ClassTypeInfo objectClass, Set<PropertyMapping> propertyMappings, Set<MethodMapping> methodMappings, NameConflictResolution onDuplicate, String mixinTypeName)
           
NodeTypeMapping(org.reflext.api.ClassTypeInfo objectClass, Set<PropertyMapping> propertyMappings, Set<MethodMapping> methodMappings, NameConflictResolution onDuplicate, Class<? extends ObjectFormatter> formatterClass)
           
PrimaryTypeMapping(org.reflext.api.ClassTypeInfo objectClass, Set<PropertyMapping> propertyMappings, Set<MethodMapping> methodMappings, NameConflictResolution onDuplicate, String nodeTypeName, Class<? extends ObjectFormatter> formatterClass)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.