You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
Now the type of parameter for filtering and sorting can be specified using the @SearchParameter annotation on the DTO class. The list of types is stored in the enum SearchParameterType and is limited to this list.
Dependent projects want to be able to expand this list (for example, using LocalDate on DTO and Entity instead of LocalDateTime, or implementing their serializable types)
Now the type of parameter for filtering and sorting can be specified using the @SearchParameter annotation on the DTO class. The list of types is stored in the enum SearchParameterType and is limited to this list.
Dependent projects want to be able to expand this list (for example, using LocalDate on DTO and Entity instead of LocalDateTime, or implementing their serializable types)