CompositeQueryParameter

public final class CompositeQueryParameter

A set of Filter instances joined by a logical composite operator.

Functions

Link copied to clipboard
public CompositeQueryParameter and(Column column, Filter filter)
Merges current instance with the given filter.
Link copied to clipboard
Merges current instance with the given instances by the rules of conjunction.
Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public ImmutableMultimap<Column, Filter> filters()
Returns the joined entity column filters.
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public boolean hasLifecycle()
Returns true if this parameter contains filters by the Entity lifecycle columns, false otherwise.
Link copied to clipboard
public CompositeOperator operator()
Obtains the composite operator.
Link copied to clipboard
public String toString()