public class QueryEntityEx extends QueryEntity
| Constructor and Description |
|---|
QueryEntityEx()
Default constructor.
|
QueryEntityEx(QueryEntity other)
Copying constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Nullable Set<String> |
getNotNullFields()
Gets names of fields that must be checked for null.
|
int |
hashCode() |
QueryEntity |
setNotNullFields(@Nullable Set<String> notNullFields)
Sets names of fields that must checked for null.
|
String |
toString() |
addQueryField, findKeyType, findValueType, getAliases, getDefaultFieldValues, getFields, getFieldsPrecision, getFieldsScale, getIndexes, getKeyFieldName, getKeyFields, getKeyType, getTableName, getValueFieldName, getValueType, makePatch, setAliases, setDefaultFieldValues, setFields, setFieldsPrecision, setFieldsScale, setIndexes, setKeyFieldName, setKeyFields, setKeyType, setTableName, setValueFieldName, setValueTypepublic QueryEntityEx()
public QueryEntityEx(QueryEntity other)
other - Instance to copy.@Nullable public @Nullable Set<String> getNotNullFields()
getNotNullFields in class QueryEntitypublic QueryEntity setNotNullFields(@Nullable @Nullable Set<String> notNullFields)
setNotNullFields in class QueryEntitynotNullFields - Set of names of fields that must have non-null values.this for chaining.public boolean equals(Object o)
equals in class QueryEntitypublic int hashCode()
hashCode in class QueryEntitypublic String toString()
toString in class QueryEntity
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020