public abstract class MigrationVersionResource extends Object
Just implements the generateSqlScript(MigrationVersionResourceExecutor) method and make available this class
to ServiceLoader mechanism.
Created by tchemit on 05/05/2018.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MigrationVersionResource.MigrateIdxSqlQuery |
| Constructor and Description |
|---|
MigrationVersionResource(org.nuiton.version.Version version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
abstract void |
generateSqlScript(MigrationVersionResourceExecutor executor) |
org.nuiton.version.Version |
getVersion() |
int |
hashCode() |
protected void |
migrateIdx(MigrationVersionResourceExecutor executor,
String schemaName,
String mainTable,
String field) |
public MigrationVersionResource(org.nuiton.version.Version version)
public abstract void generateSqlScript(MigrationVersionResourceExecutor executor) throws IOException
IOExceptionpublic org.nuiton.version.Version getVersion()
protected void migrateIdx(MigrationVersionResourceExecutor executor, String schemaName, String mainTable, String field)
Copyright © 2018 Ultreia.io. All rights reserved.