T
- Java Type generated by expressionpublic interface SQLExpression<T> extends GroupingSQLValue<T>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
default boolean |
groupingIsomorphic()
Is there always a one-to-one mapping between groups and values
|
int |
hashCode() |
addGroup, checkContentsCanGroup, getGroupParameters
add, getParameters, getRequiredFilter, makeObject
int hashCode()
hashCode
in class java.lang.Object
boolean equals(java.lang.Object o)
equals
in class java.lang.Object
default boolean groupingIsomorphic()
GroupingSQLValue
groupingIsomorphic
in interface GroupingSQLValue<T>