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

com.github.aqiu202.starters.jpa.query.AnonymousPredicateBuilder Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.github.aqiu202.starters.jpa.query;

import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.Predicate;
import javax.persistence.criteria.Root;

public interface AnonymousPredicateBuilder {

    Predicate build(Root root, CriteriaBuilder cb);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy