Class GenericSqlQuery<T extends @Nullable Object>

Type Parameters:
T - the result type
All Implemented Interfaces:
InitializingBean

public class GenericSqlQuery<T extends @Nullable Object> extends SqlQuery<T>
A concrete variant of SqlQuery which can be configured with a RowMapper.
Since:
3.0
Author:
Thomas Risberg, Juergen Hoeller
See Also:
  • Constructor Details

    • GenericSqlQuery

      public GenericSqlQuery()
  • Method Details