Package app.tozzi
Class JPASearchCore
java.lang.Object
app.tozzi.JPASearchCore
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> JPASearchCore.FilterBeanfilterManagement(String key, String value, Class<T> clazz, boolean throwsIfNotExists, boolean throwsIfNotSearchable, Map<String, String> entityFieldMap) static org.springframework.data.domain.PageRequestloadSortAndPagination(Map<String, String> filters, Class<?> clazz, boolean throwsIfNotSortable, boolean throwsIfNotExists, boolean throwsIfNotSearchable, Map<String, String> entityFieldMap) static <R,T> org.springframework.data.jpa.domain.Specification <R> specification(Map<String, String> filters, Class<T> clazz, boolean throwsIfNotExists, boolean throwsIfNotSearchable) static <R,T> org.springframework.data.jpa.domain.Specification <R> specification(Map<String, String> filters, Class<T> clazz, boolean throwsIfNotExists, boolean throwsIfNotSearchable, Map<String, String> entityFieldMap) static <R,T> org.springframework.data.jpa.domain.Specification <R> specification(Map<String, String> filters, Class<T> clazz, Map<String, jakarta.persistence.criteria.JoinType> fetchMap, boolean throwsIfNotExists, boolean throwsIfNotSearchable) static <R,T> org.springframework.data.jpa.domain.Specification <R> specification(Map<String, String> filters, Class<T> clazz, Map<String, jakarta.persistence.criteria.JoinType> fetchMap, boolean throwsIfNotExists, boolean throwsIfNotSearchable, Map<String, String> entityFieldMap)
-
Constructor Details
-
JPASearchCore
public JPASearchCore()
-
-
Method Details
-
specification
-
specification
-
specification
-
loadSortAndPagination
-
specification
-
filterManagement
-