Class MongoNestedMappingFactory
Object
MongoNestedMappingFactory
- All Implemented Interfaces:
CustomMappingFactory
Custom nested attributes mappings builder for MongoDB.
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
MongoNestedMappingFactory
public MongoNestedMappingFactory()
-
-
Method Details
-
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
-