org.seasar.extension.jdbc.gen.desc
クラス EntitySetDesc

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.desc.EntitySetDesc

public class EntitySetDesc
extends java.lang.Object

エンティティ集合記述です。

作成者:
taedium

フィールドの概要
protected  java.util.List<EntityDesc> entityDescList
          エンティティ記述のリスト
protected  java.util.Map<java.lang.String,EntityDesc> entityDescMap
          完全なテーブル名をキー、エンティティ記述を値とするマップ
 
コンストラクタの概要
EntitySetDesc()
           
 
メソッドの概要
 void addEntityDesc(EntityDesc entityDesc)
          エンティティ記述を追加します。
 EntityDesc getEntityDesc(java.lang.String fullTableName)
          完全なテーブル名に対応するエンティティ記述を返します。
 java.util.List<EntityDesc> getEntityDescList()
          エンティティ記述のリストを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

entityDescList

protected java.util.List<EntityDesc> entityDescList
エンティティ記述のリスト


entityDescMap

protected java.util.Map<java.lang.String,EntityDesc> entityDescMap
完全なテーブル名をキー、エンティティ記述を値とするマップ

コンストラクタの詳細

EntitySetDesc

public EntitySetDesc()
メソッドの詳細

getEntityDescList

public java.util.List<EntityDesc> getEntityDescList()
エンティティ記述のリストを返します。

戻り値:
エンティティ記述のリスト

addEntityDesc

public void addEntityDesc(EntityDesc entityDesc)
エンティティ記述を追加します。

パラメータ:
entityDesc - エンティティ記述

getEntityDesc

public EntityDesc getEntityDesc(java.lang.String fullTableName)
完全なテーブル名に対応するエンティティ記述を返します。

パラメータ:
fullTableName - 完全なテーブル名
戻り値:
エンティティ記述、存在しない場合null


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