Interface QueryResultMapper<T>

  • Type Parameters:
    T - type of the object this mapper will produce
    All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    NamedQueryMapper

    public interface QueryResultMapper<T>
    extends Serializable
    Maps raw data set into object instances.