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

br.eti.clairton.repository.Operator Maven / Gradle / Ivy

package br.eti.clairton.repository;

import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.Expression;
import javax.persistence.criteria.Predicate;
import javax.validation.constraints.NotNull;

public interface Operator {

	Predicate build(final @NotNull CriteriaBuilder cb, @NotNull final Expression x, @NotNull final Expression y);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy