Uses of Interface
org.hibernate.query.criteria.JpaSimpleCase
-
Packages that use JpaSimpleCase Package Description org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.sqm org.hibernate.query.sqm.tree.expression -
-
Uses of JpaSimpleCase in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaSimpleCase Modifier and Type Method Description JpaSimpleCase<C,R>JpaSimpleCase. otherwise(jakarta.persistence.criteria.Expression<? extends R> result)JpaSimpleCase<C,R>JpaSimpleCase. otherwise(R result)<C,R>
JpaSimpleCase<C,R>HibernateCriteriaBuilder. selectCase(jakarta.persistence.criteria.Expression<? extends C> expression)JpaSimpleCase<C,R>JpaSimpleCase. when(C condition, jakarta.persistence.criteria.Expression<? extends R> result)JpaSimpleCase<C,R>JpaSimpleCase. when(C condition, R result)JpaSimpleCase<C,R>JpaSimpleCase. when(jakarta.persistence.criteria.Expression<? extends C> condition, jakarta.persistence.criteria.Expression<? extends R> result)JpaSimpleCase<C,R>JpaSimpleCase. when(jakarta.persistence.criteria.Expression<? extends C> condition, R result) -
Uses of JpaSimpleCase in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return JpaSimpleCase Modifier and Type Method Description <C,R>
JpaSimpleCase<C,R>NodeBuilder. selectCase(jakarta.persistence.criteria.Expression<? extends C> expression) -
Uses of JpaSimpleCase in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement JpaSimpleCase Modifier and Type Class Description classSqmCaseSimple<T,R>Methods in org.hibernate.query.sqm.tree.expression that return JpaSimpleCase Modifier and Type Method Description JpaSimpleCase<T,R>SqmCaseSimple. otherwise(jakarta.persistence.criteria.Expression<? extends R> result)JpaSimpleCase<T,R>SqmCaseSimple. otherwise(R result)JpaSimpleCase<T,R>SqmCaseSimple. when(jakarta.persistence.criteria.Expression<? extends T> condition, jakarta.persistence.criteria.Expression<? extends R> result)JpaSimpleCase<T,R>SqmCaseSimple. when(jakarta.persistence.criteria.Expression<? extends T> condition, R result)JpaSimpleCase<T,R>SqmCaseSimple. when(T condition, jakarta.persistence.criteria.Expression<? extends R> result)JpaSimpleCase<T,R>SqmCaseSimple. when(T condition, R result)
-