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

public interface TupleType<J> extends ReturnableType<J>
Describes any structural type without a direct java type representation.
  • Method Details