Class MongoNestedMappingFactory
- Object
-
- MongoNestedMappingFactory
-
- All Implemented Interfaces:
CustomMappingFactory
public class MongoNestedMappingFactory extends Object implements CustomMappingFactory
Custom nested attributes mappings builder for MongoDB.
-
-
Constructor Summary
Constructors Constructor Description MongoNestedMappingFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NestedAttributeMapping
createNestedAttributeMapping(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces)
-
-
-
Method Detail
-
createNestedAttributeMapping
public 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:
createNestedAttributeMapping
in interfaceCustomMappingFactory
-
-