Class Literal
java.lang.Object
ch.tocco.nice2.persist.core.api.qb2.Condition
ch.tocco.nice2.persist.core.api.qb2.Factor
ch.tocco.nice2.persist.core.api.qb2.Literal
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate(TypeManager typeManager, EntityModel entityModel) Creates a new node representing this condition.booleanstatic LiteralCreates a literal factor from the given value.static LiteralCreates literal factor from the given value.getValue()inthashCode()toString()Methods inherited from class ch.tocco.nice2.persist.core.api.qb2.Factor
between, between, fromLiteral, fromLiteralFunction, fromParameter, fromParameterFunction, fromPath, fromPathFunction, fuzzyIs, greaterEqual, greaterEqual, greaterThan, greaterThan, is, is, isNot, isNot, like, like, lowerEqual, lowerEqual, lowerThan, lowerThanMethods inherited from class ch.tocco.nice2.persist.core.api.qb2.Condition
createPathNode, createPathNode, getType
-
Field Details
-
PARAM_REPLACE_NAME
- See Also:
-
-
Method Details
-
from
Creates literal factor from the given value. The value may be null. If argumentasParameteristrue, the value is not set in the query directly, but rather by using a parameter. -
from
Creates a literal factor from the given value. The value may be null. The value is not put in the query directly, a parameter is used to do that. -
getValue
-
create
Description copied from class:ConditionCreates a new node representing this condition. -
equals
-
hashCode
public int hashCode() -
toString
-