Uses of Interface
org.hibernate.metamodel.model.domain.TupleType
-
Packages that use TupleType Package Description org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.query.derived org.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree. -
-
Uses of TupleType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement TupleType Modifier and Type Class Description class
ArrayTupleType
-
Uses of TupleType in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement TupleType Modifier and Type Class Description class
AnonymousTupleType<T>
-
Uses of TupleType in org.hibernate.query.sqm.tree.cte
Classes in org.hibernate.query.sqm.tree.cte that implement TupleType Modifier and Type Class Description class
SqmCteTable<T>
-