Package org.hibernate.query.criteria
Interface JpaCompoundSelection<T>
-
- All Superinterfaces:
CompoundSelection<T>
,JpaCriteriaNode
,JpaSelection<T>
,JpaTupleElement<T>
,Selection<T>
,Serializable
,TupleElement<T>
- All Known Implementing Classes:
SqmDynamicInstantiation
,SqmJpaCompoundSelection
,SqmTuple
public interface JpaCompoundSelection<T> extends JpaSelection<T>, 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, getJavaTypeName, isEnum
-
Methods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelection
-
Methods inherited from interface jakarta.persistence.TupleElement
getAlias
-
-