public interface QueryParamsProcessor
| Modifier and Type | Method and Description |
|---|---|
<T> void |
prepareExecution(JpaQueryExecutor<T> executor,
QueryParams queryParams) |
<T> void |
prepareQuery(JpaQuery<T> builder,
QueryParams queryParams) |
<T> void prepareExecution(JpaQueryExecutor<T> executor, QueryParams queryParams)
<T> void prepareQuery(JpaQuery<T> builder, QueryParams queryParams)
Copyright © 2017. All Rights Reserved.