|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.softslate.commerce.daos.core.BaseDAO
com.softslate.commerce.daos.core.UpgradesDAOBasic
public class UpgradesDAOBasic
| Field Summary | |
|---|---|
(package private) static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
UpgradesDAOBasic()
|
|
| Method Summary | |
|---|---|
void |
processFile(java.lang.String pathToScript,
java.sql.Statement statement,
java.lang.String tablePrefix)
Add all the queries in a given file to a Statement's batch. |
Settings |
processUpgrades(java.util.ArrayList upgrades,
java.lang.String pathToUpgrades,
Settings settings)
|
| Methods inherited from class com.softslate.commerce.daos.core.BaseDAO |
|---|
deleteObject, evictCache, formatDateTime, getAppComponents, getAppSettings, getConnection, getDaoFactory, getDAOUtils, getDataSource, getImportExportSQL, getImportExportSqlMap, getNamedQuery, getSettings, getSQL, getSqlMap, initialize, insertObject, loadAll, loadAll, loadObject, parseDateTime, setAppComponents, setAppSettings, setConnection, setDaoFactory, setDAOUtils, setDataSource, setImportExportSqlMap, setSettings, setSqlMap, updateObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public UpgradesDAOBasic()
| Method Detail |
|---|
public Settings processUpgrades(java.util.ArrayList upgrades,
java.lang.String pathToUpgrades,
Settings settings)
throws java.lang.Exception
java.lang.Exception
public void processFile(java.lang.String pathToScript,
java.sql.Statement statement,
java.lang.String tablePrefix)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||