Interface | Description |
---|---|
Condition |
A
Condition is used to specify how a specific QueryParameter
is defined in order to filter query results. |
IdentityQuery<T extends IdentityType> |
An
IdentityQuery is responsible for querying the underlying identity stores for instances of
a given IdentityType . |
IdentityQueryBuilder |
The
IdentityQueryBuilder is responsible for creating IdentityQuery instances and also
provide methods to create conditions, orderings, sorting, etc. |
QueryParameter |
A marker interface indicating that the implementing class can be used as a
parameter within an IdentityQuery or RelationshipQuery
|
RelationshipQuery<T extends Relationship> |
Used to query identity relationships
|
RelationshipQueryParameter |
Class | Description |
---|---|
AttributeParameter |
This class can be used to define a query parameter for properties annotated with
AttributeProperty . |
RelationshipCriteria | |
Sort |
Copyright © 2019. All rights reserved.