Package org.hibernate.query
Interface TypedTupleTransformer<T>
-
- All Superinterfaces:
TupleTransformer<T>
- All Known Implementing Classes:
AliasToBeanConstructorResultTransformer
,AliasToBeanResultTransformer
,AliasToEntityMapResultTransformer
,NativeQueryTupleTransformer
,ToListResultTransformer
public interface TypedTupleTransformer<T> extends TupleTransformer<T>
Extension to TupleTransformer exposing the transformation target type.- API Note:
- This is mainly intended for use in equality checking while applying result de-duplication for queries.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>
getTransformedType()
The type resulting from this transformation-
Methods inherited from interface org.hibernate.query.TupleTransformer
transformTuple
-
-