Interface IncompletePropertyCondition


public interface IncompletePropertyCondition
A factory-like interface that serves as a starting point for forming a proper condition on a property. The condition can be either a fixed value or a parameter.

Note: It is possible to give null values to all methods if a condition name is later set using CompletePropertyCondition.withConditionName(String). If no condition name is set, a validation error occurs on save or execute. This has the effect of creating a "template": a query that cannot be run but can be parameterized on execution using ExecutableQuery.queryParameters().