io.crnk.jpa.query.querydsl.QuerydslTranslationInterceptor Maven / Gradle / Ivy
package io.crnk.jpa.query.querydsl;
import io.crnk.jpa.internal.query.backend.querydsl.QuerydslQueryImpl;
public interface QuerydslTranslationInterceptor { // NOSONAR not a functional interface
void intercept(QuerydslQueryImpl query, QuerydslTranslationContext translationContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy