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 Details

    • getTransformedType

      Class<T> getTransformedType()
      The type resulting from this transformation