Package it.openutils.migration

Interface Summary
DbSetupManager  
DbVersionManager  
 

Class Summary
DbSetupManagerImpl DB setup manager: handles db setup and upgrade.
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>
 



Copyright © 2008 Openmind. All Rights Reserved.