org.riverock.dbrevision.manager.dao
Class ManagerDaoImpl

java.lang.Object
  extended by org.riverock.dbrevision.manager.dao.ManagerDaoImpl
All Implemented Interfaces:
ManagerDao

public class ManagerDaoImpl
extends Object
implements ManagerDao

User: SergeMaslyukov Date: 29.07.2007 Time: 13:13:29


Constructor Summary
ManagerDaoImpl()
           
 
Method Summary
 void checkDbRevisionTableExist(Database database)
           
 RevisionBean getRevision(Database database, String moduleName)
           
 RevisionBean getRevision(Database database, String moduleName, String versionName)
           
 List<RevisionBean> getRevisions(Database database)
           
 void makrCurrentVersion(Database database, String moduleName, String versionName, String patchName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagerDaoImpl

public ManagerDaoImpl()
Method Detail

getRevisions

public List<RevisionBean> getRevisions(Database database)
Specified by:
getRevisions in interface ManagerDao

getRevision

public RevisionBean getRevision(Database database,
                                String moduleName,
                                String versionName)
Specified by:
getRevision in interface ManagerDao

checkDbRevisionTableExist

public void checkDbRevisionTableExist(Database database)
Specified by:
checkDbRevisionTableExist in interface ManagerDao

makrCurrentVersion

public void makrCurrentVersion(Database database,
                               String moduleName,
                               String versionName,
                               String patchName)
Specified by:
makrCurrentVersion in interface ManagerDao

getRevision

public RevisionBean getRevision(Database database,
                                String moduleName)
Specified by:
getRevision in interface ManagerDao


Copyright © 2008 Riverock community. All Rights Reserved.