Package net.croz.nrich.search.api.model
Class SearchConfiguration<T,P,R>
java.lang.Object
net.croz.nrich.search.api.model.SearchConfiguration<T,P,R>
- Type Parameters:
T- root persistent entityP- projection class (can be same as root)R- holder for conditions
Holds search configuration that decides how query should be build from conditions defined in search request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T,P, R> SearchConfiguration<T, P, R> static <T,P, R> SearchConfiguration<T, P, R> static <T,P, R> SearchConfiguration<T, P, R>
-
Constructor Details
-
SearchConfiguration
public SearchConfiguration()
-
-
Method Details
-
emptyConfiguration
-
emptyConfigurationMatchingAny
-
emptyConfigurationWithDefaultMappingResolve
-