Interface FilteredClause<C extends FilteredClause<C>>

Type Parameters:
C - concrete subtype
All Known Subinterfaces:
DeleteClause<C>, FetchableQuery<T,Q>, Query<Q>, SimpleQuery<Q>, UpdateClause<C>

public interface FilteredClause<C extends FilteredClause<C>>
FilteredClause is an interface for clauses with a filter condition
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    Adds the given filter conditions
  • Method Details

    • where

      C where(Predicate... o)
      Adds the given filter conditions

      Skips null arguments

      Parameters:
      o - filter conditions to be added
      Returns:
      the current object