Uses of Interface
org.hibernate.query.criteria.JpaSearchedCase
-
Packages that use JpaSearchedCase Package Description org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.criteria.spi SPI for extendingHibernateCriteriaBuilder
with additional functionality by registering aService
.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree. -
-
Uses of JpaSearchedCase in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaSearchedCase Modifier and Type Method Description <R> JpaSearchedCase<R>
HibernateCriteriaBuilder. selectCase()
JpaSearchedCase<T>
JpaSearchedCase. when(Expression<Boolean> condition, Expression<? extends T> result)
JpaSearchedCase<T>
JpaSearchedCase. when(Expression<Boolean> condition, T result)
-
Uses of JpaSearchedCase in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaSearchedCase Modifier and Type Method Description <R> JpaSearchedCase<R>
HibernateCriteriaBuilderDelegate. selectCase()
-
Uses of JpaSearchedCase in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return JpaSearchedCase Modifier and Type Method Description <R> JpaSearchedCase<R>
NodeBuilder. selectCase()
-
Uses of JpaSearchedCase in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement JpaSearchedCase Modifier and Type Class Description class
SqmCaseSearched<R>
-