Uses of Interface
org.hibernate.query.criteria.JpaSimpleCase
-
Packages that use JpaSimpleCase Package Description org.hibernate.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.org.hibernate.query.criteria.spi SPI for extendingHibernateCriteriaBuilderwith 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 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(Expression<? extends R> result)JpaSimpleCase<C,R>JpaSimpleCase. otherwise(R result)<C,R>
JpaSimpleCase<C,R>HibernateCriteriaBuilder. selectCase(Expression<? extends C> expression)JpaSimpleCase<C,R>JpaSimpleCase. when(C condition, Expression<? extends R> result)JpaSimpleCase<C,R>JpaSimpleCase. when(C condition, R result)JpaSimpleCase<C,R>JpaSimpleCase. when(Expression<? extends C> condition, Expression<? extends R> result)JpaSimpleCase<C,R>JpaSimpleCase. when(Expression<? extends C> condition, R result) -
Uses of JpaSimpleCase in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaSimpleCase Modifier and Type Method Description <C,R>
JpaSimpleCase<C,R>HibernateCriteriaBuilderDelegate. selectCase(Expression<? extends C> expression) -
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(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(Expression<? extends R> result)JpaSimpleCase<T,R>SqmCaseSimple. otherwise(R result)JpaSimpleCase<T,R>SqmCaseSimple. when(Expression<? extends T> condition, Expression<? extends R> result)JpaSimpleCase<T,R>SqmCaseSimple. when(Expression<? extends T> condition, R result)JpaSimpleCase<T,R>SqmCaseSimple. when(T condition, Expression<? extends R> result)JpaSimpleCase<T,R>SqmCaseSimple. when(T condition, R result)
-