Uses of Enum Class
org.hibernate.query.criteria.JpaJsonTableFunction.ErrorBehavior
Packages that use JpaJsonTableFunction.ErrorBehavior
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 JpaJsonTableFunction.ErrorBehavior in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaJsonTableFunction.ErrorBehaviorModifier and TypeMethodDescriptionJpaJsonTableFunction.getErrorBehavior()
Get theJpaJsonTableFunction.ErrorBehavior
of this json table expression.Returns the enum constant of this class with the specified name.static JpaJsonTableFunction.ErrorBehavior[]
JpaJsonTableFunction.ErrorBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JpaJsonTableFunction.ErrorBehavior in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return JpaJsonTableFunction.ErrorBehavior