Uses of Interface
jakarta.persistence.criteria.ParameterExpression
Packages that use ParameterExpression
Package
Description
Jakarta Persistence Criteria API
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.
Nodes representing
select statements in the SQM tree.-
Uses of ParameterExpression in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return ParameterExpressionModifier and TypeMethodDescription<T> ParameterExpression<T>Create a parameter expression.<T> ParameterExpression<T>Create a parameter expression with the given name.Methods in jakarta.persistence.criteria that return types with arguments of type ParameterExpressionModifier and TypeMethodDescriptionCriteriaQuery.getParameters()Return the parameters of the query. -
Uses of ParameterExpression in org.hibernate.query.criteria
Subinterfaces of ParameterExpression in org.hibernate.query.criteriaMethods in org.hibernate.query.criteria that return types with arguments of type ParameterExpressionModifier and TypeMethodDescriptionCriteriaDefinition.getParameters()JpaCriteriaQuery.getParameters()Return the parameters of the query. -
Uses of ParameterExpression in org.hibernate.query.sqm.tree.expression
Subinterfaces of ParameterExpression 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 ParameterExpressionModifier 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 -
Uses of ParameterExpression in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return types with arguments of type ParameterExpression