public abstract class ViewFilterProvider extends Object
WhereBuilder.
View filter providers must have a no-arg constructor if they are used in conjunction with ViewFilter.| Constructor and Description |
|---|
ViewFilterProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends WhereBuilder<T>> |
apply(T whereBuilder)
Applies restrictions on the given where builder.
|
public abstract <T extends WhereBuilder<T>> T apply(T whereBuilder)
T - The actual type of the where builderwhereBuilder - The where builder on which the restrictions should be appliedCopyright © 2014–2018 Blazebit. All rights reserved.