public class SearchSpecificationBuilder<T> extends Object
| Constructor and Description |
|---|
SearchSpecificationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.jpa.domain.Specification<T> |
build() |
SearchSpecificationBuilder<T> |
with(String clause,
String type,
String key,
String operation,
String value) |
Copyright © 2023. All rights reserved.