QueryParameters

public final class QueryParameters implements Iterable<T>

The parameters of an EntityQuery.

QueryParameters are passed into the Storage implementations.

Types

Link copied to clipboard
public class Builder
The builder for the QueryParameters.

Functions

Link copied to clipboard
public static QueryParameters activeEntityQueryParams(RecordStorage<? extends Object> storage)
Creates a new QueryParameters instance which includes filters for column lifecycle flags to equal false.
Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public int hashCode()
Link copied to clipboard
public boolean isLifecycleAttributesSet()
Verifies whether this parameters include filters by the Entity lifecycle flags or not.
Link copied to clipboard
Returns an iterator over the column filters.
Link copied to clipboard
Link copied to clipboard
public String toString()

Inherited functions

Link copied to clipboard
public void forEach(Consumer<? extends Object> action)
Link copied to clipboard