org.seasar.doma.internal.jdbc.query
クラス AbstractCreateQuery<T,R extends Domain<T,?>>

java.lang.Object
  上位を拡張 org.seasar.doma.internal.jdbc.query.AbstractCreateQuery<T,R>
すべての実装されたインタフェース:
CreateQuery<R>, Query
直系の既知のサブクラス:
ArrayCreateQuery, BlobCreateQuery, ClobCreateQuery, NClobCreateQuery

public abstract class AbstractCreateQuery<T,R extends Domain<T,?>>
extends Object
implements CreateQuery<R>

作成者:
taedium

フィールドの概要
protected  String callerClassName
           
protected  String callerMethodName
           
protected  Config config
           
protected  R result
           
 
コンストラクタの概要
AbstractCreateQuery()
           
 
メソッドの概要
 String getClassName()
           
 Config getConfig()
           
 String getMethodName()
           
 int getQueryTimeout()
           
 Sql<?> getSql()
           
 void setCallerClassName(String callerClassName)
           
 void setCallerMethodName(String callerMethodName)
           
 void setConfig(Config config)
           
 void setResult(R result)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.doma.internal.jdbc.query.CreateQuery から継承されたメソッド
create
 

フィールドの詳細

config

protected Config config

callerClassName

protected String callerClassName

callerMethodName

protected String callerMethodName

result

protected R extends Domain<T,?> result
コンストラクタの詳細

AbstractCreateQuery

public AbstractCreateQuery()
メソッドの詳細

setConfig

public void setConfig(Config config)

setCallerClassName

public void setCallerClassName(String callerClassName)

setCallerMethodName

public void setCallerMethodName(String callerMethodName)

setResult

public void setResult(R result)

getConfig

public Config getConfig()
定義:
インタフェース Query 内の getConfig

getClassName

public String getClassName()
定義:
インタフェース Query 内の getClassName

getMethodName

public String getMethodName()
定義:
インタフェース Query 内の getMethodName

getQueryTimeout

public int getQueryTimeout()
定義:
インタフェース Query 内の getQueryTimeout

getSql

public Sql<?> getSql()
定義:
インタフェース Query 内の getSql


Copyright © 2009 The Seasar Foundation. All Rights Reserved.