
net.optionfactory.pussyfoot.hibernate.SimpleExecutor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pussyfoot Show documentation
Show all versions of pussyfoot Show documentation
Pagination, sorting, filtering
The newest version!
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