org.seasar.tuigwaa.database
クラス DynaDatabaseServiceImpl

java.lang.Object
  拡張org.seasar.tuigwaa.database.DynaDatabaseServiceImpl
すべての実装インタフェース:
DynaDatabaseService

public class DynaDatabaseServiceImpl
extends Object
implements DynaDatabaseService

作成者:
nishioka

コンストラクタの概要
DynaDatabaseServiceImpl(BasicDatabaseService basicDBService, DynaSessionFactory factory)
           
 
メソッドの概要
 void alterTable(TgwEntity entity)
           
 void createSchema(String domainName)
           
 void createTable(TgwEntity entity)
           
 void createTables(String domainName, Collection entityList)
           
 void dropSchema(String domainName)
           
 void dropTable(String domainName, String entityName)
           
 void dropTables(String domainName, String[] entityNames)
           
 List readTables(String domainName)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DynaDatabaseServiceImpl

public DynaDatabaseServiceImpl(BasicDatabaseService basicDBService,
                               DynaSessionFactory factory)
メソッドの詳細

createSchema

public void createSchema(String domainName)
                  throws Exception
定義:
インタフェース DynaDatabaseService 内の createSchema
例外:
Exception

dropSchema

public void dropSchema(String domainName)
                throws Exception
定義:
インタフェース DynaDatabaseService 内の dropSchema
例外:
Exception

createTable

public void createTable(TgwEntity entity)
定義:
インタフェース DynaDatabaseService 内の createTable

createTables

public void createTables(String domainName,
                         Collection entityList)
定義:
インタフェース DynaDatabaseService 内の createTables

readTables

public List readTables(String domainName)
定義:
インタフェース DynaDatabaseService 内の readTables

alterTable

public void alterTable(TgwEntity entity)
                throws Exception
定義:
インタフェース DynaDatabaseService 内の alterTable
例外:
Exception

dropTable

public void dropTable(String domainName,
                      String entityName)
               throws Exception
定義:
インタフェース DynaDatabaseService 内の dropTable
例外:
Exception

dropTables

public void dropTables(String domainName,
                       String[] entityNames)
                throws Exception
定義:
インタフェース DynaDatabaseService 内の dropTables
例外:
Exception


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