Class SpecialQuery<C>

All Implemented Interfaces:
HqlQuery, Query

public class SpecialQuery<C>
extends AbstractHqlQuery
A special HQL query implementation that can return almost any kind of object.
Since:
3.0
Author:
Nicklas
Last modified
$Date: 2017-05-22 14:35:27 +0200 (må, 22 maj 2017) $
  • Field Details

  • Constructor Details

  • Method Details

    • list

      public ResultList<C> list​(DbControl dc)
      Get the result of the query as a list.
      Parameters:
      dc - The DbControl to use for database access