public class ConditionModel extends Object
| Constructor and Description |
|---|
ConditionModel(FieldModel field,
Predicate predicate,
String argumentName) |
| Modifier and Type | Method and Description |
|---|---|
BuiltCondition |
build(Object cqlValue) |
String |
getArgumentName()
The name of the argument that will contain the value to bind.
|
FieldModel |
getField()
The entity field that the condition applies to.
|
Predicate |
getPredicate() |
public ConditionModel(FieldModel field, Predicate predicate, String argumentName)
public FieldModel getField()
public Predicate getPredicate()
public String getArgumentName()
public BuiltCondition build(Object cqlValue)
Copyright © 2021. All rights reserved.