Uses of Enum Class
org.hibernate.sql.ast.tree.predicate.Junction.Nature
Packages that use Junction.Nature
Package
Description
AST nodes representing logical predicates in a SQL tree.
-
Uses of Junction.Nature in org.hibernate.sql.ast.tree.predicate
Methods in org.hibernate.sql.ast.tree.predicate that return Junction.NatureModifier and TypeMethodDescriptionJunction.getNature()
static Junction.Nature
Returns the enum constant of this class with the specified name.static Junction.Nature[]
Junction.Nature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.sql.ast.tree.predicate with parameters of type Junction.NatureModifierConstructorDescriptionJunction
(Junction.Nature nature) Junction
(Junction.Nature nature, List<Predicate> predicates, JdbcMappingContainer expressionType) Junction
(Junction.Nature nature, JdbcMappingContainer expressionType)