Package org.hibernate.query.criteria
Interface JpaCompoundSelection<T>
-
- All Superinterfaces:
jakarta.persistence.criteria.CompoundSelection<T>
,JpaCriteriaNode
,JpaSelection<T>
,JpaTupleElement<T>
,jakarta.persistence.criteria.Selection<T>
,Serializable
,jakarta.persistence.TupleElement<T>
- All Known Implementing Classes:
SqmDynamicInstantiation
,SqmJpaCompoundSelection
,SqmTuple
public interface JpaCompoundSelection<T> extends JpaSelection<T>, jakarta.persistence.criteria.CompoundSelection<T>
-
-
Method Summary
-
Methods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItems
-
Methods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeDescriptor
-
-