org.apache.cayenne.tools.dbimport
Class DbImportAction
java.lang.Object
org.apache.cayenne.tools.dbimport.DbImportAction
public class DbImportAction
- extends Object
A thin wrapper around DbLoader that encapsulates DB import logic for
the benefit of Ant and Maven db importers.
- Since:
- 3.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbImportAction
public DbImportAction(org.apache.commons.logging.Log logger,
DbAdapterFactory adapterFactory,
DataSourceFactory dataSourceFactory,
ProjectSaver projectSaver)
execute
public void execute(DbImportParameters parameters)
throws Exception
- Throws:
Exception
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.