クラス
org.seasar.toplink.jpa.metadata.TopLinkAttributeDesc の使用

TopLinkAttributeDesc を使用しているパッケージ
org.seasar.toplink.jpa.metadata S2TopLink-JPA用のorg.seasar.framework.jpa.metadata API実装を提供します。 
 

org.seasar.toplink.jpa.metadata での TopLinkAttributeDesc の使用
 

TopLinkAttributeDesc として宣言されている org.seasar.toplink.jpa.metadata のフィールド
protected  TopLinkAttributeDesc[] TopLinkEntityDesc.attributeDescs
          このオブジェクトに関連するTopLinkAttributeDesc配列
protected  TopLinkAttributeDesc[] TopLinkAttributeDesc.childAttributeDescs
           
protected  TopLinkAttributeDesc TopLinkEntityDesc.idAttributeDesc
          このオブジェクトに関連するEntityクラスのIDフィールドを表すAttributeDesc
 

TopLinkAttributeDesc 型の型パラメータを持つ org.seasar.toplink.jpa.metadata のフィールド
protected  Map<String,TopLinkAttributeDesc> TopLinkEntityDesc.attributeDescMap
          フィールド名をキー、TopLinkAttributeDescを値に持つMap
protected  Map<String,TopLinkAttributeDesc> TopLinkAttributeDesc.childAttributeMap
           
 

TopLinkAttributeDesc を返す org.seasar.toplink.jpa.metadata のメソッド
 TopLinkAttributeDesc TopLinkEntityDesc.getAttributeDesc(String attributeName)
           
 TopLinkAttributeDesc[] TopLinkEntityDesc.getAttributeDescs()
           
 TopLinkAttributeDesc TopLinkAttributeDesc.getChildAttributeDesc(String name)
           
 TopLinkAttributeDesc[] TopLinkAttributeDesc.getChildAttributeDescs()
           
 TopLinkAttributeDesc TopLinkEntityDesc.getIdAttributeDesc()
           
 



Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.