public class ScanLiteralFactory extends Object
ScanLiteral| Constructor and Description |
|---|
ScanLiteralFactory() |
| Modifier and Type | Method and Description |
|---|---|
ScanLiteral |
createLiteral(String content,
org.plasma.sdo.PlasmaProperty property,
org.plasma.sdo.PlasmaType rootType,
org.plasma.query.model.PredicateOperator predicateOperator,
org.plasma.query.model.LogicalOperatorName logicalOperatorContext,
DataRowKeyFieldMapping fieldConfig,
StoreMappingContext mappingContext)
Creates and returns a data "flavor" and data type specific scan literal
given various configuration specific as well as predicate context specific
predicate and logical operators.
|
ScanLiteral |
createLiteral(String content,
org.plasma.sdo.PlasmaProperty property,
org.plasma.sdo.PlasmaType rootType,
org.plasma.query.model.RelationalOperator relationalOperator,
org.plasma.query.model.LogicalOperatorName logicalOperatorContext,
DataRowKeyFieldMapping fieldConfig,
StoreMappingContext mappingContext)
Creates and returns a data "flavor" and data type specific scan literal
given various configuration specific as well as predicate context specific
relational and logical operators.
|
public ScanLiteral createLiteral(String content, org.plasma.sdo.PlasmaProperty property, org.plasma.sdo.PlasmaType rootType, org.plasma.query.model.RelationalOperator relationalOperator, org.plasma.query.model.LogicalOperatorName logicalOperatorContext, DataRowKeyFieldMapping fieldConfig, StoreMappingContext mappingContext)
content - the literal string contentproperty - the context propertyrootType - the graph root typerelationalOperator - the context relational operatorfieldConfig - the row-key field configurationpublic ScanLiteral createLiteral(String content, org.plasma.sdo.PlasmaProperty property, org.plasma.sdo.PlasmaType rootType, org.plasma.query.model.PredicateOperator predicateOperator, org.plasma.query.model.LogicalOperatorName logicalOperatorContext, DataRowKeyFieldMapping fieldConfig, StoreMappingContext mappingContext)
content - the literal string contentproperty - the context propertyrootType - the graph root typepredicateOperator - the context predicate operatorfieldConfig - the row-key field configurationCopyright © 2021. All Rights Reserved.