Class MongoNestedMappingFactory
- Object
- 
- MongoNestedMappingFactory
 
- 
- All Implemented Interfaces:
- CustomMappingFactory
 
 public class MongoNestedMappingFactory extends Object implements CustomMappingFactory Custom nested attributes mappings builder for MongoDB.
- 
- 
Constructor SummaryConstructors Constructor Description MongoNestedMappingFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NestedAttributeMappingcreateNestedAttributeMapping(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces)
 
- 
- 
- 
Method Detail- 
createNestedAttributeMappingpublic NestedAttributeMapping createNestedAttributeMapping(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces) - Specified by:
- createNestedAttributeMappingin interface- CustomMappingFactory
 
 
- 
 
-