Uses of Enum Class
org.hibernate.query.criteria.JpaJsonValueNode.EmptyBehavior
Packages that use JpaJsonValueNode.EmptyBehavior
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing expressions in the SQM tree.
-
Uses of JpaJsonValueNode.EmptyBehavior in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaJsonValueNode.EmptyBehaviorModifier and TypeMethodDescriptionJpaJsonValueNode.getEmptyBehavior()
Get theJpaJsonValueNode.EmptyBehavior
of this json value expression.Returns the enum constant of this class with the specified name.static JpaJsonValueNode.EmptyBehavior[]
JpaJsonValueNode.EmptyBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JpaJsonValueNode.EmptyBehavior in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return JpaJsonValueNode.EmptyBehavior