Class StartsWithIgnoreCaseFilter<FilterValue>

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

public abstract class StartsWithIgnoreCaseFilter<FilterValue>
extends AttributeFilterProvider<FilterValue>
A placeholder for a filter implementation that implements a starts with filter that is not case sensitive. This placeholder can be used in a AttributeFilter annotation. A starts with ignore case filter accepts an object. The Object.toString() representation of that object will be used as value for the starts with restriction.
Since:
1.0.0
Author:
Christian Beikov