Uses of Interface
org.hibernate.query.criteria.JpaParameterExpression
Packages that use JpaParameterExpression
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service.This package defines a semantic model of HQL queries.
Nodes representing expressions in the SQM tree.
-
Uses of JpaParameterExpression in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaParameterExpression -
Uses of JpaParameterExpression in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaParameterExpression -
Uses of JpaParameterExpression in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return JpaParameterExpression -
Uses of JpaParameterExpression in org.hibernate.query.sqm.tree.expression
Subinterfaces of JpaParameterExpression in org.hibernate.query.sqm.tree.expressionModifier and TypeInterfaceDescriptioninterfaceSqmParameter<T>Models a parameter expression declared in the query.Classes in org.hibernate.query.sqm.tree.expression that implement JpaParameterExpressionModifier and TypeClassDescriptionclassCommon support for SqmParameter implsclassJpaParameterExpressioncreated via JPACriteriaBuilder.classActs as the per-use wrapper for a JpaCriteriaParameter (CriteriaBuilder.parameter(java.lang.Class<T>)).classRepresents a named query parameter in the SQM tree.classModels a positional parameter expressionclassIt is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND