All Classes and Interfaces
Class
Description
Resolves additional restrictions for query (i.e.
Helper class for creating request that support paging and sorting.
Contains default operators that will be used when building queries.
Decides if join or exists subquery will be performed for plural associations (default is subquery).
Annotation that indicates a projected value.
Holds search configuration that decides how query should be build from conditions defined in search request.
Join or join fetch that will be applied to query if condition is satisfied (it condition is null join will always be applied).
Operator that will be used when adding value to the query.
Allows for specifying override of default search operator.
Projection that will be applied to query.
Configuration that defines how properties from search request are processed (suffixes, ignored properties, join attributes etc).
Represents a join between two entities.
Mapping of request property to entity property.
Helper interface for creating request that support paging and sorting.
Sort direction.
Combination of property to sort by and sort direction.
Converts string value to a map that contains property name and property value.
Converts string to required type.
Configuration for subquery.