Module is.codion.framework.domain
Class AbstractCondition
java.lang.Object
is.codion.framework.domain.entity.condition.AbstractCondition
- All Implemented Interfaces:
Condition
,Serializable
A base class for Condition implementations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.framework.domain.entity.condition.Condition
Condition.All, Condition.Combination
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractCondition
(EntityType entityType, List<Column<?>> columns, Collection<?> values) -
Method Summary
Modifier and TypeMethodDescriptioncolumns()
final EntityType
boolean
int
hashCode()
final List<?>
values()
-
Constructor Details
-
AbstractCondition
- Parameters:
entityType
- the entity typecolumns
- the columns used by this conditionvalues
- the values matching their columns in the columns list
-
-
Method Details
-
entityType
- Specified by:
entityType
in interfaceCondition
- Returns:
- the entity type
-
columns
-
values
-
equals
-
hashCode
public int hashCode()
-