io.github.perplexhub.rsql.RSQLCustomPredicateInput Maven / Gradle / Ivy
package io.github.perplexhub.rsql;
import java.util.List;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.From;
import javax.persistence.criteria.Path;
import lombok.Value;
@Value(staticConstructor = "of")
public class RSQLCustomPredicateInput {
private CriteriaBuilder criteriaBuilder;
private Path> path;
private List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy