Class UncorrelatedSubQuery
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.UncorrelatedSubQuery
-
Constructor Summary
ConstructorDescriptionUncorrelatedSubQuery
(EntityModel selectedEntityModel, String selectedColumn) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(TypeManager typeManager, EntityModel entityModel) Creates a new node representing this condition.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, lowerThan
Methods inherited from class ch.tocco.nice2.persist.core.api.qb2.Condition
createPathNode, createPathNode, getType
-
Constructor Details
-
UncorrelatedSubQuery
-
-
Method Details
-
create
Description copied from class:Condition
Creates a new node representing this condition. -
where
-
where
-
where
-