Interface FilterSpecification<T,U>
- Type Parameters:
T
- the type of the JPA entity to filterU
- the type of the specification model containing filtering criteria
- All Known Implementing Classes:
HolidayFilterSpecificationImpl
,UserFilterSpecificationImpl
public interface FilterSpecification<T,U>
Generic interface for building dynamic
Specification
filters for JPA entities.-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.jpa.domain.Specification
<T> dynamicFilter
(U specification) Builds a dynamicSpecification
for the given specification criteria.
-
Method Details
-
dynamicFilter
-