| Class | Description |
|---|---|
| DynamicJpaQueryLookupStrategy |
QueryLookupStrategy that tries to detect a dynamic query declared via DynamicQuery annotation. |
| DynamicJpaQueryMethod |
JPA specific extension of
JpaQueryMethod. |
| DynamicJpaRepositoryQuery |
RepositoryQuery implementation that inspects a DynamicJpaQueryMethod
for the existence of an DynamicQuery annotation and creates a JPA DynamicQuery from it. |