| Interface | Description |
|---|---|
| AdditionalRestrictionResolver<T,P,R> |
Resolves additional restrictions for query (i.e.
|
| Class | Description |
|---|---|
| SearchConfiguration<T,P,R> |
Holds search configuration that decides how query should be build from conditions defined in search request.
|
| SearchJoin<R> |
Join or join fetch that will be applied to query if condition is satisfied (it condition is null join will always be applied).
|
| SearchProjection<R> |
Projection that will be applied to query.
|
| Enum | Description |
|---|---|
| PluralAssociationRestrictionType |
Decides if join or exists subquery will be performed for plural associations (default is subquery).
|