public class SpecialQuery<C> extends AbstractHqlQuery
Modifier and Type | Field and Description |
---|---|
private Transformer<C,Object> |
transformer |
Constructor and Description |
---|
SpecialQuery(String select,
String from,
String alias,
Transformer<C,?> transformer) |
Modifier and Type | Method and Description |
---|---|
ResultList<C> |
list(DbControl dc)
Get the result of the query as a list.
|
count, getCountHqlQuery, getIdHqlQuery, getMainHqlQuery, getQueryType, getRootAlias, isCachingResult, isReadonly, isStateless, postProcessQuery, reset, setCacheResult, setEntityParameter, setPermanentEntityParameter
addAutoJoiner, getCountQuery, getFirstResult, getIdQuery, getMainQuery, getMaxResults, getParameterNames, getParameters, getParameterType, getParameterValue, getPermanentSelects, getQueryParameter, getQuerySection, getSelects, group, groupPermanent, hasParameterValue, having, havingPermanent, isCounting, isDistinct, isFailSafe, isReturningTotalCount, join, joinPermanent, order, orderPermanent, resetTemporary, restrict, restrictPermanent, select, selectPermanent, setCounting, setDistinct, setFailSafe, setFirstResult, setMaxResults, setParameter, setPermanentParameter, setReturnTotalCount, temporaryJoin, temporarySelect, toQl, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAutoJoiner, getFirstResult, getMaxResults, getParameterNames, getQueryParameter, getQuerySection, group, groupPermanent, hasParameterValue, having, havingPermanent, isCounting, isDistinct, isFailSafe, isReturningTotalCount, join, joinPermanent, order, orderPermanent, restrict, restrictPermanent, select, selectPermanent, setDistinct, setFailSafe, setFirstResult, setMaxResults, setParameter, setPermanentParameter, setReturnTotalCount, toQl
private final Transformer<C,Object> transformer
SpecialQuery(String select, String from, String alias, Transformer<C,?> transformer)
public ResultList<C> list(DbControl dc)
dc
- The DbControl to use for database access