Criteria Query Expressions
The following interfaces are in use in representing general expressions in criteria queries:
- javax.persistence.criteria.Expression
- JPA Interface - javax.persistence.criteria.Predicate - JPA Interface
- javax.persistence.criteria.Path
- JPA Interface - javax.persistence.criteria.ParameterExpression
- JPA Interface - javax.persistence.criteria.CriteriaBuilder$Coalesce
- JPA Interface - javax.persistence.criteria.CriteriaBuilder$In
- JPA Interface - javax.persistence.criteria.CriteriaBuilder$Case
- JPA Interface - javax.persistence.criteria.CriteriaBuilder$SimpleCase
- JPA Interface - javax.persistence.criteria.AbstractQuery
- JPA Interface - javax.persistence.criteria.Subquery
- JPA Interface
See the Query Expressions section for more details and examples.