Interface FetchWhereStep


  • public interface FetchWhereStep
    • Method Detail

      • where

        FetchFinalStep where​(PLCondition plCondition)
        Apply the given condition to the query being built.
        Parameters:
        plCondition - the condition to apply, non-null
        Returns:
        the final step in which the query will be executed.
        Throws:
        java.lang.NullPointerException - if the condition is null