Interface | Description |
---|---|
QueryTagHandler<C extends Constraint> |
Compiles a tag value provided by a
QueryTag into a Constraint . |
Class | Description |
---|---|
BaseQuery<Q,E extends BaseEntity<?>> |
Base class for queries within mixing.
|
Query<Q,E extends BaseEntity<?>,C extends Constraint> |
Describes the minimal functionality to be supported by a query generated by a
mapper . |
QueryCompiler<C extends Constraint> |
Parses an SQL like query and compiles it into a
Constraint . |
QueryCompiler.FieldValue |
Represents a value parsed for a field.
|
QueryField |
Annotates a field to be used in
FilterFactory.queryString(EntityDescriptor, String, QueryField...) . |
QueryTag |
Can be embedded in a query parsed by the
QueryCompiler . |
Enum | Description |
---|---|
QueryField.Mode |
Determines the way, the filter value can be applied to a given field.
|
Copyright © 2018. All rights reserved.