-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
1 / 21 of 2 issues completedLabels
Milestone
Description
Generate AOT query methods for the following query methods:
Supported Features
- Derived query methods,
@Query/@NativeQueryand named query methods @Modifyingmethods returningvoidorint@QueryHintssupport- Pagination,
Slice,Stream, andOptionalreturn types - Sort query rewriting
- DTO Projections
- Value Expressions (Those require a bit of reflective information.
Mind that using Value Expressions requires expression parsing and contextual information to evaluate the expression)
Limitations
- Configuration of
escapeCharacterandqueryEnhancerSelectorare not yet considered QueryRewritermust be a no-args class.QueryRewriterbeans are not yet supported.- Methods accepting
ScrollPosition (e.g.Keyset` pagination) are not yet supported
Excluded methods
CrudRepositoryand other base interface methods- Querydsl and Query by Example methods
- Methods whose implementation would be overly complex
- Methods accepting
ScrollPosition(e.g.Keysetpagination) - Stored procedure query methods annotated with
@Procedure - Dynamic projections
- Methods accepting