|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.jdbc.gen.internal.util.EntityMetaUtil
public class EntityMetaUtil
EntityMeta
に関するユーティリティクラスです。
フィールドの概要 | |
---|---|
protected static java.lang.String |
COMMENT_KEY
コメントのキー |
コンストラクタの概要 | |
---|---|
protected |
EntityMetaUtil()
|
メソッドの概要 | |
---|---|
static java.lang.String |
getComment(EntityMeta entityMeta)
コメントを返します。 |
static void |
setComment(EntityMeta entityMeta,
java.lang.String comment)
コメントを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected static java.lang.String COMMENT_KEY
コンストラクタの詳細 |
---|
protected EntityMetaUtil()
メソッドの詳細 |
---|
public static void setComment(EntityMeta entityMeta, java.lang.String comment)
entityMeta
- エンティティメタデータcomment
- コメントpublic static java.lang.String getComment(EntityMeta entityMeta)
entityMeta
- エンティティメタデータ
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |