Package com.landawn.abacus.condition
Class InSubQuery
java.lang.Object
com.landawn.abacus.condition.AbstractCondition
com.landawn.abacus.condition.InSubQuery
-
Constructor Summary
ConstructorsConstructorDescriptionInSubQuery
(String propName, SubQuery subQuery) InSubQuery
(Collection<String> propNames, SubQuery subQuery) -
Method Summary
Methods inherited from class com.landawn.abacus.condition.AbstractCondition
and, getOperator, not, or, toString
-
Constructor Details
-
InSubQuery
- Parameters:
propName
-subQuery
-
-
InSubQuery
- Parameters:
propNames
-subQuery
-
-
-
Method Details
-
getPropName
- Returns:
-
getPropNames
- Returns:
-
getSubQuery
- Returns:
-
setSubQuery
Deprecated.Condition should be immutable except usingclearParameter()
to release resources.- Parameters:
subQuery
-
-
getParameters
- Returns:
-
clearParameters
public void clearParameters()Description copied from interface:Condition
Method clearParameters. -
copy
- Specified by:
copy
in interfaceCondition
- Overrides:
copy
in classAbstractCondition
- Type Parameters:
T
-- Returns:
-
hashCode
public int hashCode() -
equals
-
toString
- Parameters:
namingPolicy
-- Returns:
-
clearParameter()
to release resources.