Uses of Interface
net.avcompris.commons.query.Filtering
Packages that use Filtering
-
Uses of Filtering in net.avcompris.commons.query
Classes in net.avcompris.commons.query with type parameters of type FilteringModifier and TypeInterfaceDescriptioninterfaceFilterings<T extends Filtering<U>,U extends Filtering.Field> Subinterfaces of Filtering in net.avcompris.commons.queryModifier and TypeInterfaceDescriptioninterfaceAlwaysFalse<U extends Filtering.Field>Interface for "FALSE"-typed Filterings.interfaceAlwaysTrue<U extends Filtering.Field>Interface for "TRUE"-typed Filterings.interfaceAnd<U extends Filtering.Field>Interface for "AND"-typed Filterings.interfaceComparison<U extends Filtering.Field>Interface for "EQ", "NEQ", "LT", etc.-typed Filterings.interfaceNot<U extends Filtering.Field>Interface for "NOT"-typed Filterings.interfaceOr<U extends Filtering.Field>Interface for "OR"-typed Filterings.Methods in net.avcompris.commons.query that return Filtering -
Uses of Filtering in net.avcompris.commons.query.impl
Methods in net.avcompris.commons.query.impl with type parameters of type FilteringModifier and TypeMethodDescriptionstatic <T extends Filtering<U>,U extends Filtering.Field>
TFilteringsFactory.and(T f0, T f1, T... fn) static <T extends Filtering<U>,U extends Filtering.Field, V extends Filterings<T, U>>
VFilteringsFactory.instantiate(Class<V> filteringsClass) static <T extends Filtering<U>,U extends Filtering.Field>
Tstatic <T extends Filtering<U>,U extends Filtering.Field>
TFilteringsFactory.or(T f0, T f1, T... fn) Methods in net.avcompris.commons.query.impl with parameters of type FilteringModifier and TypeMethodDescriptionstatic <T extends Filtering<U>,U extends Filtering.Field>
TFilteringsFactory.and(T f0, T f1, T... fn) static <U extends Filtering.Field>
SqlWhereClausestatic <U extends Filtering.Field>
SqlWhereClausestatic booleanFilteringsFactory.match(Object arg, Filtering<? extends Filtering.Field> filtering) static <T extends Filtering<U>,U extends Filtering.Field>
Tstatic <T extends Filtering<U>,U extends Filtering.Field>
TFilteringsFactory.or(T f0, T f1, T... fn)