org.seasar.tuigwaa.model.common
クラス EntityResourceEcoreImpl

java.lang.Object
  拡張org.seasar.tuigwaa.model.common.EntityResourceEcoreImpl
すべての実装インタフェース:
EntityResource

public class EntityResourceEcoreImpl
extends Object
implements EntityResource

Tuigwaaのモデル情報(テーブル情報)と EcoreのXMLファイルとの入出力を担当するクラス

作成者:
nishioka

コンストラクタの概要
EntityResourceEcoreImpl()
           
 
メソッドの概要
 TgwDomain copy(String srcDomain, String destDomain)
           
 TgwDomain load(String domainName)
           
 void save(TgwDomain domain)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EntityResourceEcoreImpl

public EntityResourceEcoreImpl()
メソッドの詳細

save

public void save(TgwDomain domain)
定義:
インタフェース EntityResource 内の save

load

public TgwDomain load(String domainName)
定義:
インタフェース EntityResource 内の load

copy

public TgwDomain copy(String srcDomain,
                      String destDomain)
定義:
インタフェース EntityResource 内の copy


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.