C - criteria query typeX - target/result typeS - target/result criteria type@FunctionalInterface public interface QueryConfigurer<C extends CommonAbstractCriteria,X,S extends Selection<X>>
| Modifier and Type | Method and Description |
|---|---|
S |
configure(CriteriaBuilder builder,
C query)
Configure the given query.
|
S configure(CriteriaBuilder builder, C query)
builder - criteria builderquery - the query to configureCopyright © 2023. All rights reserved.