public class SqlFileSelectQuery extends AbstractSelectQuery
| Modifier and Type | Field and Description |
|---|---|
protected SqlFile |
sqlFile |
protected java.lang.String |
sqlFilePath |
entityType, fetchSize, fetchType, maxRows, options, parameters, resultEnsured, resultMappingEnsured, resultStream, sql, sqlLogTypecallerClassName, callerMethodName, config, message, method, queryTimeout| Constructor and Description |
|---|
SqlFileSelectQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
void |
prepare() |
protected void |
prepareSql() |
void |
setSqlFilePath(java.lang.String sqlFilePath) |
addParameter, addParameters, buildSql, clearParameters, executeCount, expandColumns, getFetchSize, getFetchType, getMaxRows, getOptions, getSql, getSqlLogType, isResultEnsured, isResultMappingEnsured, 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 java.lang.String sqlFilePath
protected SqlFile sqlFile
public void prepare()
prepare in interface Queryprepare in class AbstractSelectQueryprotected void prepareSql()
prepareSql in class AbstractSelectQuerypublic void complete()
public void setSqlFilePath(java.lang.String sqlFilePath)