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

フィールドの概要
protected  String domainTypeName
           
protected  String entityTypeName
           
protected  Integer fetchSize
           
protected  boolean iterated
           
protected  String iterationCallbackName
           
protected  TypeMirror iterationCallbackResultType
           
protected  TypeMirror iterationCallbackTargetType
           
protected  String iterationCallbackTypeName
           
protected  Integer maxRows
           
protected  String optionsName
           
protected  String optionsTypeName
           
protected  boolean singleResult
           
 
クラス org.seasar.doma.internal.apt.meta.AbstractSqlFileQueryMeta から継承されたフィールド
methodParameterTypes
 
クラス org.seasar.doma.internal.apt.meta.AbstractQueryMeta から継承されたフィールド
excludedPropertyNames, executableElement, includedPropertyNames, methodParameters, name, nullExcluded, optimisticLockExceptionSuppressed, queryKind, queryTimeout, returnTypeName, thrownTypeNames, typeParameterNames, unchangedPropertyIncluded, versionIgnored, versionIncluded
 
コンストラクタの概要
SqlFileSelectQueryMeta()
           
 
メソッドの概要
<R,P> R
accept(QueryMetaVisitor<R,P> visitor, P p)
           
 String getDomainTypeName()
           
 String getEntityTypeName()
           
 Integer getFetchSize()
           
 String getIterationCallbackName()
           
 TypeMirror getIterationCallbackResultType()
           
 TypeMirror getIterationCallbackTargetType()
           
 String getIterationCallbackTypeName()
           
 Integer getMaxRows()
           
 Class<? extends Options> getOptionsClass()
           
 String getOptionsName()
           
 String getOptionsTypeName()
           
 boolean isIterated()
           
 boolean isSingleResult()
           
 void setDomainTypeName(String domainTypeName)
           
 void setEntityTypeName(String entityTypeName)
           
 void setFetchSize(Integer fetchSize)
           
 void setIterated(boolean iterated)
           
 void setIterationCallbackName(String iterationCallbackName)
           
 void setIterationCallbackResultType(TypeMirror iterationCallbackResultType)
           
 void setIterationCallbackTargetType(TypeMirror iterationCallbackTargetType)
           
 void setIterationCallbackTypeName(String iterationCallbackTypeName)
           
 void setMaxRows(Integer maxRows)
           
 void setOptionsName(String optionsName)
           
 void setOptionsTypeName(String optionsTypeName)
           
 void setSingleResult(boolean singleResult)
           
 
クラス org.seasar.doma.internal.apt.meta.AbstractSqlFileQueryMeta から継承されたメソッド
addMethodParameterType, getMethodParameterType
 
クラス 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.