|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface EntityDesc
エンティティ定義を表すインターフェースです。
メソッドの概要 | |
---|---|
AttributeDesc |
getAttributeDesc(String attributeName)
指定された名前をもつ属性定義を返します。 |
AttributeDesc[] |
getAttributeDescs()
属性定義の配列を返します。 |
String[] |
getAttributeNames()
属性名の配列を返します。 |
Class<?> |
getEntityClass()
エンティティクラスを返します。 |
String |
getEntityName()
エンティティ名を返します。 |
AttributeDesc |
getIdAttributeDesc()
IDの属性定義を返します。 |
メソッドの詳細 |
---|
Class<?> getEntityClass()
String getEntityName()
String[] getAttributeNames()
AttributeDesc getIdAttributeDesc()
AttributeDesc getAttributeDesc(String attributeName)
attributeName
- 属性名
AttributeDesc[] getAttributeDescs()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |