|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.meta.CommentDocletContext
public class CommentDocletContext
CommentDocletのためのコンテキスト情報です。
| フィールドの概要 | |
|---|---|
protected static java.lang.ThreadLocal<java.util.List<EntityMeta>> |
threadLocal
エンティティメタリーダのリストを格納する ThreadLocal |
| コンストラクタの概要 | |
|---|---|
CommentDocletContext()
|
|
| メソッドの概要 | |
|---|---|
static java.util.List<EntityMeta> |
getEntityMetaList()
エンティティメタデータのリストを返します。 |
static void |
setEntityMetaList(java.util.List<EntityMeta> entityMetaList)
エンティティメタデータのリストを設定します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected static java.lang.ThreadLocal<java.util.List<EntityMeta>> threadLocal
ThreadLocal
| コンストラクタの詳細 |
|---|
public CommentDocletContext()
| メソッドの詳細 |
|---|
public static void setEntityMetaList(java.util.List<EntityMeta> entityMetaList)
entityMetaList - エンティティメタデータのリストpublic static java.util.List<EntityMeta> getEntityMetaList()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||