Interface ColumnConditionModel<T>

Type Parameters:
T - the column type
All Superinterfaces:
AttributeConditionModel<T>, ConditionModel<T>

public interface ColumnConditionModel<T> extends AttributeConditionModel<T>