io.crnk.jpa.QueryParamsProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crnk-jpa Show documentation
Show all versions of crnk-jpa Show documentation
JSON API framework for Java
package io.crnk.jpa;
import io.crnk.jpa.query.JpaQuery;
import io.crnk.jpa.query.JpaQueryExecutor;
import io.crnk.legacy.queryParams.QueryParams;
public interface QueryParamsProcessor {
void prepareExecution(JpaQueryExecutor executor, QueryParams queryParams);
void prepareQuery(JpaQuery builder, QueryParams queryParams);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy