public class SpecificationsBuilder<T> extends Object
| Constructor and Description |
|---|
SpecificationsBuilder(SearchKeyConfigurerService<T> searchKeyConfigurerService,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.jpa.domain.Specification<T> |
build() |
SpecificationsBuilder |
with(String key,
String operation,
Object value,
String prefix,
String suffix) |
public SpecificationsBuilder(SearchKeyConfigurerService<T> searchKeyConfigurerService, boolean caseSensitive)
Copyright © 2023. All rights reserved.