org.seasar.doma.internal.apt.meta
クラス SqlFileSelectQueryMeta
java.lang.Object
org.seasar.doma.internal.apt.meta.AbstractQueryMeta
org.seasar.doma.internal.apt.meta.AbstractSqlFileQueryMeta
org.seasar.doma.internal.apt.meta.SqlFileSelectQueryMeta
- すべての実装されたインタフェース:
- QueryMeta, SqlFileQueryMeta
public class SqlFileSelectQueryMeta
- extends AbstractSqlFileQueryMeta
- 作成者:
- taedium
クラス org.seasar.doma.internal.apt.meta.AbstractQueryMeta から継承されたフィールド |
excludedPropertyNames, executableElement, includedPropertyNames, methodParameters, name, nullExcluded, optimisticLockExceptionSuppressed, queryKind, queryTimeout, returnTypeName, thrownTypeNames, typeParameterNames, unchangedPropertyIncluded, versionIgnored, versionIncluded |
クラス org.seasar.doma.internal.apt.meta.AbstractQueryMeta から継承されたメソッド |
addMethodParameter, addThrownTypeName, addTypeParameterName, getCommandClass, getExcludedPropertyNames, getExecutableElement, getIncludedPropertyNames, getMethodParameters, getName, getQueryClass, getQueryKind, getQueryTimeout, getReturnTypeName, getThrownTypeNames, getTypeParameterNames, isNullExcluded, isOptimisticLockExceptionSuppressed, isUnchangedPropertyIncluded, isVersionIgnored, isVersionIncluded, setExcludedPropertyNames, setExecutableElement, setIncludedPropertyNames, setName, setNullExcluded, setOptimisticLockExceptionSuppressed, setQueryKind, setQueryTimeout, setReturnTypeName, setUnchangedPropertyIncluded, setVersionIgnored, setVersionIncluded |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
optionsTypeName
protected String optionsTypeName
optionsName
protected String optionsName
iterationCallbackTypeName
protected String iterationCallbackTypeName
iterationCallbackName
protected String iterationCallbackName
iterationCallbackResultType
protected TypeMirror iterationCallbackResultType
iterationCallbackTargetType
protected TypeMirror iterationCallbackTargetType
singleResult
protected boolean singleResult
entityTypeName
protected String entityTypeName
domainTypeName
protected String domainTypeName
iterated
protected boolean iterated
maxRows
protected Integer maxRows
fetchSize
protected Integer fetchSize
SqlFileSelectQueryMeta
public SqlFileSelectQueryMeta()
getIterationCallbackTypeName
public String getIterationCallbackTypeName()
setIterationCallbackTypeName
public void setIterationCallbackTypeName(String iterationCallbackTypeName)
getIterationCallbackName
public String getIterationCallbackName()
setIterationCallbackName
public void setIterationCallbackName(String iterationCallbackName)
getIterationCallbackResultType
public TypeMirror getIterationCallbackResultType()
setIterationCallbackResultType
public void setIterationCallbackResultType(TypeMirror iterationCallbackResultType)
getIterationCallbackTargetType
public TypeMirror getIterationCallbackTargetType()
setIterationCallbackTargetType
public void setIterationCallbackTargetType(TypeMirror iterationCallbackTargetType)
getOptionsTypeName
public String getOptionsTypeName()
setOptionsTypeName
public void setOptionsTypeName(String optionsTypeName)
getOptionsName
public String getOptionsName()
setOptionsName
public void setOptionsName(String optionsName)
isSingleResult
public boolean isSingleResult()
setSingleResult
public void setSingleResult(boolean singleResult)
getEntityTypeName
public String getEntityTypeName()
setEntityTypeName
public void setEntityTypeName(String entityTypeName)
getDomainTypeName
public String getDomainTypeName()
setDomainTypeName
public void setDomainTypeName(String domainTypeName)
getOptionsClass
public Class<? extends Options> getOptionsClass()
isIterated
public boolean isIterated()
setIterated
public void setIterated(boolean iterated)
getMaxRows
public Integer getMaxRows()
setMaxRows
public void setMaxRows(Integer maxRows)
getFetchSize
public Integer getFetchSize()
setFetchSize
public void setFetchSize(Integer fetchSize)
accept
public <R,P> R accept(QueryMetaVisitor<R,P> visitor,
P p)
Copyright © 2009 The Seasar Foundation. All Rights Reserved.