|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.extension.jdbc.gen.desc.EntitySetDesc
public class EntitySetDesc
エンティティ集合記述です。
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
protected java.util.List<EntityDesc> entityDescList
protected java.util.Map<java.lang.String,EntityDesc> entityDescMap
| コンストラクタの詳細 |
|---|
public EntitySetDesc()
| メソッドの詳細 |
|---|
public java.util.List<EntityDesc> getEntityDescList()
public void addEntityDesc(EntityDesc entityDesc)
entityDesc - エンティティ記述public EntityDesc getEntityDesc(java.lang.String fullTableName)
fullTableName - 完全なテーブル名
null
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||