Class MongoNestedMappingFactory
Object
MongoNestedMappingFactory
- All Implemented Interfaces:
- CustomMappingFactory
Custom nested attributes mappings builder for MongoDB.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateNestedAttributeMapping(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name, Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces) 
- 
Constructor Details- 
MongoNestedMappingFactorypublic MongoNestedMappingFactory()
 
- 
- 
Method Details- 
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
 
 
-