Interface TypedTupleTransformer<T>
- All Superinterfaces:
TupleTransformer<T>
- All Known Implementing Classes:
AliasToBeanConstructorResultTransformer, AliasToBeanResultTransformer, AliasToEntityMapResultTransformer, NativeQueryTupleTransformer, ToListResultTransformer
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
Modifier and TypeMethodDescriptionThe type resulting from this transformationMethods inherited from interface TupleTransformer
transformTuple
-
Method Details
-
getTransformedType
-