Interface TupleType<J>
- All Superinterfaces:
DomainType<J>, ReturnableType<J>, SimpleDomainType<J>, Type<J>
- All Known Implementing Classes:
org.hibernate.query.sqm.tuple.internal.AnonymousTupleType, SqmCteTable
Describes any structural type without a direct java type representation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Type
Type.PersistenceType -
Method Summary
Modifier and TypeMethodDescriptionintget(int index) @Nullable SqmBindableType<?> getComponentName(int index) Methods inherited from interface DomainType
getExpressibleJavaType, getTypeNameMethods inherited from interface SimpleDomainType
getJavaTypeMethods inherited from interface Type
getPersistenceType
-
Method Details
-
componentCount
int componentCount() -
getComponentName
-
getComponentNames
-
get
-
get
-