|
||||||||||
前 次 | フレームあり フレームなし |
AttributeDesc を使用しているパッケージ | |
---|---|
org.seasar.framework.jpa.metadata | エンティティのメターデータを表すインターフェース提供します。 |
org.seasar.framework.jpa.metadata での AttributeDesc の使用 |
---|
AttributeDesc を返す org.seasar.framework.jpa.metadata のメソッド | |
---|---|
AttributeDesc |
EntityDesc.getAttributeDesc(java.lang.String attributeName)
指定された名前をもつ属性定義を返します。 |
AttributeDesc[] |
EntityDesc.getAttributeDescs()
属性定義の配列を返します。 |
AttributeDesc |
AttributeDesc.getChildAttributeDesc(java.lang.String name)
子属性を表す AttributeDesc の配列を返します。 |
AttributeDesc[] |
AttributeDesc.getChildAttributeDescs()
子属性を表す AttributeDesc の配列を返します。 |
AttributeDesc |
EntityDesc.getIdAttributeDesc()
IDの属性定義を返します。 |
|
||||||||||
前 次 | フレームあり フレームなし |