public class CountQuery extends AbstractSelectQuery
| Modifier and Type | Field and Description |
|---|---|
protected SqlNode |
sqlNode |
entityType, fetchSize, fetchType, maxRows, options, parameters, resultEnsured, resultMappingEnsured, resultStream, sql, sqlLogTypecallerClassName, callerMethodName, config, message, method, queryTimeout| Constructor and Description |
|---|
CountQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
FetchType |
getFetchType() |
boolean |
isResultEnsured() |
boolean |
isResultMappingEnsured() |
void |
prepare() |
protected void |
prepareSql() |
void |
setSqlNode(SqlNode sqlNode) |
addParameter, addParameters, buildSql, clearParameters, executeCount, expandColumns, getFetchSize, getMaxRows, getOptions, getSql, getSqlLogType, isResultStream, prepareOptions, setEntityType, setFetchSize, setFetchType, setMaxRows, setOptions, setResultEnsured, setResultMappingEnsured, setResultStream, setSqlLogType, toStringcomment, getClassName, getConfig, getMethod, getMethodName, getQueryTimeout, setCallerClassName, setCallerMethodName, setConfig, setMessage, setMethod, setQueryTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomment, getClassName, getConfig, getMethod, getMethodName, getQueryTimeoutprotected SqlNode sqlNode
public boolean isResultEnsured()
isResultEnsured in interface SelectQueryisResultEnsured in class AbstractSelectQuerypublic boolean isResultMappingEnsured()
isResultMappingEnsured in interface SelectQueryisResultMappingEnsured in class AbstractSelectQuerypublic FetchType getFetchType()
getFetchType in interface SelectQuerygetFetchType in class AbstractSelectQuerypublic void prepare()
prepare in interface Queryprepare in class AbstractSelectQueryprotected void prepareSql()
prepareSql in class AbstractSelectQuerypublic void complete()
public void setSqlNode(SqlNode sqlNode)