public class InSubQuery extends AbstractCondition
Constructor and Description |
---|
InSubQuery(String propName,
SubQuery subQuery) |
Modifier and Type | Method and Description |
---|---|
void |
clearParameters()
Clear parameters.
|
<T extends Condition> |
copy() |
boolean |
equals(Object obj) |
List<Object> |
getParameters()
Gets the parameters.
|
String |
getPropName()
Gets the prop name.
|
SubQuery |
getSubQuery()
Gets the subQuery.
|
int |
hashCode() |
void |
setSubQuery(SubQuery subQuery)
Sets the subQuery.
|
String |
toString(NamingPolicy namingPolicy) |
and, getOperator, not, or, toString
public String getPropName()
public SubQuery getSubQuery()
public void setSubQuery(SubQuery subQuery)
subQuery
- the new subQuerypublic void clearParameters()
public <T extends Condition> T copy()
copy
in interface Condition
copy
in class AbstractCondition
T
- public String toString(NamingPolicy namingPolicy)
namingPolicy
- Copyright © 2020. All rights reserved.