All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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