![JAR search and dependency download from the Maven repository](/logo.png)
net.optionfactory.pussyfoot.hibernate.SimpleExecutor Maven / Gradle / Ivy
package net.optionfactory.pussyfoot.hibernate;
import jakarta.persistence.criteria.CriteriaBuilder;
import jakarta.persistence.criteria.Expression;
import jakarta.persistence.criteria.Predicate;
@FunctionalInterface
public interface SimpleExecutor {
Predicate predicateFor(CriteriaBuilder criteriaBuilder, Expression resolvedColValue, TFilterValue resolvedFilterValue);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy