Class EndsWithFilter<FilterValue>

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

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