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

tech.guyi.web.quick.service.search.entry.SearchBuilder Maven / Gradle / Ivy

The newest version!
package tech.guyi.web.quick.service.search.entry;

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

/**
 * @author guyi
 * 搜索条件创建器
 */
@FunctionalInterface
public interface SearchBuilder {

     Predicate toPredicate(Root root, CriteriaQuery query, CriteriaBuilder builder, SearchItem item);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy