Uses of Interface
org.hibernate.metamodel.model.domain.TupleType
-
Packages that use TupleType Package Description 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.query.derived
Classes in org.hibernate.query.derived that implement TupleType Modifier and Type Class Description classAnonymousTupleType<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 classSqmCteTable<T>
-