Uses of Class
org.hibernate.sql.ast.tree.predicate.NegatedPredicate
Packages that use NegatedPredicate
Package
Description
Package for the translation of SQM into SQL AST
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
-
Uses of NegatedPredicate in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return NegatedPredicateModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitNegatedPredicate
(SqmNegatedPredicate predicate) -
Uses of NegatedPredicate in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type NegatedPredicateModifier and TypeMethodDescriptionvoid
SqlAstWalker.visitNegatedPredicate
(NegatedPredicate negatedPredicate) -
Uses of NegatedPredicate in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type NegatedPredicateModifier and TypeMethodDescriptionvoid
AbstractSqlAstTranslator.visitNegatedPredicate
(NegatedPredicate negatedPredicate) void
AbstractSqlAstWalker.visitNegatedPredicate
(NegatedPredicate negatedPredicate) void
ExpressionReplacementWalker.visitNegatedPredicate
(NegatedPredicate negatedPredicate)