ca.gc.aafc.dina.jpa.PredicateSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dina-base-api Show documentation
Show all versions of dina-base-api Show documentation
Base DINA API package for Java built on SpringBoot and Crnk
package ca.gc.aafc.dina.jpa;
import javax.persistence.EntityManager;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.Predicate;
import javax.persistence.criteria.Root;
@FunctionalInterface
public interface PredicateSupplier {
Predicate[] supply(CriteriaBuilder criteriaBuilder, Root root, EntityManager em);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy