インタフェース
org.seasar.framework.jpa.metadata.AttributeDesc の使用

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の属性定義を返します。
 



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.