org.seasar.tuigwaa.database
クラス DynaDatabaseServiceImpl
java.lang.Object
org.seasar.tuigwaa.database.DynaDatabaseServiceImpl
- すべての実装インタフェース:
- DynaDatabaseService
- public class DynaDatabaseServiceImpl
- extends Object
- implements DynaDatabaseService
- 作成者:
- nishioka
クラス 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.