Uses of Interface
org.hibernate.query.criteria.JpaCastTarget
Packages that use JpaCastTarget
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.
Package for the SQM-backed Query implementation details
Nodes representing expressions in the SQM tree.
-
Uses of JpaCastTarget in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaCastTargetModifier and TypeMethodDescription<X> JpaCastTarget<X>
HibernateCriteriaBuilder.castTarget
(Class<X> castTargetJavaType) <X> JpaCastTarget<X>
HibernateCriteriaBuilder.castTarget
(Class<X> castTargetJavaType, int precision, int scale) <X> JpaCastTarget<X>
HibernateCriteriaBuilder.castTarget
(Class<X> castTargetJavaType, long length) Methods in org.hibernate.query.criteria with parameters of type JpaCastTargetModifier and TypeMethodDescription<X,
T> JpaExpression<X> HibernateCriteriaBuilder.cast
(JpaExpression<T> expression, JpaCastTarget<X> castTarget) <T> JpaJsonValueNode<T>
JpaJsonTableColumnsNode.valueColumn
(String columnName, JpaCastTarget<T> type) LikeJpaJsonTableColumnsNode.valueColumn(String, Class, String)
but uses the column name as JSON path expression.<T> JpaJsonValueNode<T>
JpaJsonTableColumnsNode.valueColumn
(String columnName, JpaCastTarget<T> type, String jsonPath) Defines a column on the result type with the given name and type for which the value can be obtained by the given JSON path expression.<X> JpaXmlTableColumnNode<X>
JpaXmlTableFunction.valueColumn
(String columnName, JpaCastTarget<X> castTarget) LikeJpaXmlTableFunction.valueColumn(String, JpaCastTarget, String)
but uses the column name as XPath expression.<X> JpaXmlTableColumnNode<X>
JpaXmlTableFunction.valueColumn
(String columnName, JpaCastTarget<X> castTarget, String xpath) Defines an column on the result type with the given name and type for which the value can be obtained by the given XPath path expression. -
Uses of JpaCastTarget in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaCastTargetModifier and TypeMethodDescription<X> JpaCastTarget<X>
HibernateCriteriaBuilderDelegate.castTarget
(Class<X> castTargetJavaType) <X> JpaCastTarget<X>
HibernateCriteriaBuilderDelegate.castTarget
(Class<X> castTargetJavaType, int precision, int scale) <X> JpaCastTarget<X>
HibernateCriteriaBuilderDelegate.castTarget
(Class<X> castTargetJavaType, long length) Methods in org.hibernate.query.criteria.spi with parameters of type JpaCastTargetModifier and TypeMethodDescription<X,
T> JpaExpression<X> HibernateCriteriaBuilderDelegate.cast
(JpaExpression<T> expression, JpaCastTarget<X> castTarget) -
Uses of JpaCastTarget in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type JpaCastTargetModifier and TypeMethodDescription<X,
T> SqmExpression<X> NodeBuilder.cast
(JpaExpression<T> expression, JpaCastTarget<X> castTarget) -
Uses of JpaCastTarget in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type JpaCastTargetModifier and TypeMethodDescription<X,
T> SqmExpression<X> SqmCriteriaNodeBuilder.cast
(JpaExpression<T> expression, JpaCastTarget<X> castTarget) -
Uses of JpaCastTarget in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement JpaCastTargetMethods in org.hibernate.query.sqm.tree.expression with parameters of type JpaCastTargetModifier and TypeMethodDescription<X> JpaJsonValueNode<X>
SqmJsonTableFunction.valueColumn
(String columnName, JpaCastTarget<X> type) <X> JpaJsonValueNode<X>
SqmJsonTableFunction.valueColumn
(String columnName, JpaCastTarget<X> type, String jsonPath) <X> JpaXmlTableColumnNode<X>
SqmXmlTableFunction.valueColumn
(String columnName, JpaCastTarget<X> castTarget) <X> JpaXmlTableColumnNode<X>
SqmXmlTableFunction.valueColumn
(String columnName, JpaCastTarget<X> castTarget, @Nullable String xpath)