All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenpepper.server.database.hibernate.upgrades.ServerVersionUpgrader Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
package com.greenpepper.server.database.hibernate.upgrades;

import com.greenpepper.server.database.SessionService;

public interface ServerVersionUpgrader 
{
	public void upgrade(SessionService service) throws Exception;

	public String upgradedTo();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy