Uses of Interface
it.openutils.migration.DbVersionManager

Packages that use DbVersionManager
it.openutils.migration   
 

Uses of DbVersionManager in it.openutils.migration
 

Classes in it.openutils.migration that implement DbVersionManager
 class DefaultDbVersionManagerImpl
           <bean class="it.openutils.migration.DefaultDbVersionManagerImpl"> <property name="dataSource" ref="dataSource" /> <property name="versionQuery"> <value>SELECT DBVERSION FROM DBVERSION</value> </property> <property name="versionUpdate"> <value>UPDATE DBVERSION SET DBVERSION = ?</value> </property> <property name="versionCreate"> <value>INSERT INTO DBVERSION(DBVERSION) VALUES (0)</value> </property> </bean>
 

Methods in it.openutils.migration with parameters of type DbVersionManager
 void DbSetupManagerImpl.setVersionManager(DbVersionManager versionManager)
          Sets the versionManager.
 



Copyright © 2008 Openmind. All Rights Reserved.