Class BetweenFilter<FilterValue>

java.lang.Object
com.blazebit.persistence.view.AttributeFilterProvider<Range<FilterValue>>
com.blazebit.persistence.view.filter.BetweenFilter<FilterValue>
Type Parameters:
FilterValue - The type of the filter value i.e. the attribute type

public abstract class BetweenFilter<FilterValue>
extends AttributeFilterProvider<Range<FilterValue>>
A placeholder for a filter implementation that implements a between filter. This placeholder can be used in a AttributeFilter annotation. A between filter accepts an object array or a Range.
Since:
1.0.0
Author:
Christian Beikov