クラス
org.seasar.extension.jdbc.RelationshipType の使用

RelationshipType を使用しているパッケージ
org.seasar.extension.jdbc S2JDBCの機能拡張です。 
 

org.seasar.extension.jdbc での RelationshipType の使用
 

RelationshipType として宣言されている org.seasar.extension.jdbc のフィールド
protected  RelationshipType PropertyMeta.relationshipType
          関連タイプです。
 

RelationshipType を返す org.seasar.extension.jdbc のメソッド
 RelationshipType PropertyMeta.getRelationshipType()
          関連タイプを返します。
static RelationshipType RelationshipType.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static RelationshipType[] RelationshipType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

RelationshipType 型のパラメータを持つ org.seasar.extension.jdbc のメソッド
 void PropertyMeta.setRelationshipType(RelationshipType relationshipType)
          関連タイプを設定します。
 



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