Uses of Enum Class
org.hibernate.query.criteria.JpaJsonQueryNode.WrapMode
Packages that use JpaJsonQueryNode.WrapMode
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 JpaJsonQueryNode.WrapMode in org.hibernate.query.criteria
Subclasses with type arguments of type JpaJsonQueryNode.WrapMode in org.hibernate.query.criteriaModifier and TypeClassDescriptionstatic enumThe kind of wrapping to apply to the results of the query.Methods in org.hibernate.query.criteria that return JpaJsonQueryNode.WrapModeModifier and TypeMethodDescriptionJpaJsonQueryNode.getWrapMode()Get theJpaJsonQueryNode.WrapModeof this json query expression.static JpaJsonQueryNode.WrapModeReturns the enum constant of this class with the specified name.static JpaJsonQueryNode.WrapMode[]JpaJsonQueryNode.WrapMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JpaJsonQueryNode.WrapMode in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return JpaJsonQueryNode.WrapMode