|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.kuina.dao.internal.metadata.DaoMetadataImpl.CommandHolder
public class DaoMetadataImpl.CommandHolder
コマンドを遅延初期化して保持するためのクラスです.
フィールドの概要 | |
---|---|
protected Command |
command
コマンド |
protected boolean |
initialized
初期化済みなら true |
protected Method |
method
メソッド |
コンストラクタの概要 | |
---|---|
DaoMetadataImpl.CommandHolder(Method method)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
Command |
get()
コマンドを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final Method method
protected volatile boolean initialized
true
protected Command command
コンストラクタの詳細 |
---|
public DaoMetadataImpl.CommandHolder(Method method)
method
- メソッドメソッドの詳細 |
---|
public Command get()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |