org.omnifaces.persistence.criteria.Not Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of omnipersistence Show documentation
Show all versions of omnipersistence Show documentation
Utilities for JPA, JDBC and DataSources
package org.omnifaces.persistence.criteria;
import java.util.Objects;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.Expression;
import javax.persistence.criteria.Predicate;
/**
* Creates path NOT criteria
.
*
* @author Bauke Scholtz
*/
public final class Not extends Criteria
© 2015 - 2024 Weber Informatics LLC | Privacy Policy