Interface BulkOperation.Builder.HasWhere<ENTITY,​B>

    • Method Detail

      • where

        B where​(Predicate<ENTITY> filter)
        Specifies for what entities the operation should be carried out.

        Specifying several where filters will be equivalent to performing a logical AND on the provided filters.

        Parameters:
        filter - to apply
        Returns:
        a builder where the given filter has been applied