Uses of Class
org.hibernate.sql.results.internal.TupleMetadata
-
Packages that use TupleMetadata Package Description org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.sql.results.internal -
-
Uses of TupleMetadata in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return TupleMetadata Modifier and Type Method Description TupleMetadata
QuerySqmImpl. getTupleMetadata()
TupleMetadata
SqmSelectionQueryImpl. getTupleMetadata()
Methods in org.hibernate.query.sqm.internal with parameters of type TupleMetadata Modifier and Type Method Description protected static <T> RowTransformer<T>
ConcreteSqmSelectQueryPlan. determineRowTransformer(SqmSelectStatement<?> sqm, Class<T> resultClass, TupleMetadata tupleMetadata, QueryOptions queryOptions)
Constructors in org.hibernate.query.sqm.internal with parameters of type TupleMetadata Constructor Description ConcreteSqmSelectQueryPlan(SqmSelectStatement<?> sqm, String hql, DomainParameterXref domainParameterXref, Class<R> resultType, TupleMetadata tupleMetadata, QueryOptions queryOptions)
-
Uses of TupleMetadata in org.hibernate.sql.results.internal
Constructors in org.hibernate.sql.results.internal with parameters of type TupleMetadata Constructor Description RowTransformerConstructorImpl(Class<T> type, TupleMetadata tupleMetadata)
RowTransformerJpaTupleImpl(TupleMetadata tupleMetadata)
RowTransformerMapImpl(TupleMetadata tupleMetadata)
TupleImpl(TupleMetadata tupleMetadata, Object[] row)
-