-
Notifications
You must be signed in to change notification settings - Fork 1
SpecGroup
Fagner Lima edited this page Aug 24, 2020
·
1 revision
Define a new group of conditions.
Params:
-
operator: the operator used in the group (
SpecOperatorenum).
Example:
@SpecEntity(Task.class)
public class TaskFilter implements Serializable {
// ...
@SpecGroup(operator = SpecOperator.OR)
private SampleFilter sample;
// getters and setters
}