Package com.kenshoo.pl.entity
Interface FetchWhereStep
-
public interface FetchWhereStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchFinalStepwhere(PLCondition plCondition)Apply the given condition to the query being built.
-
-
-
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 isnull
-
-