public class InMemoryMigrationStrategy extends Object implements MigrationStrategy
Constructor and Description |
---|
InMemoryMigrationStrategy() |
Modifier and Type | Method and Description |
---|---|
Function<String,String> |
from1_0to1_1()
Method to obtain the migration function from 1.0 to 1.1
|
Function<String,String> |
from1_1to1_2()
Method to obtain the migration function from 1.1 to 1.2
|
Function<String,String> |
from1_2to1_3()
Method to obtain the migration function from 1.2 to 1.3
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
end, start
public Function<String,String> from1_0to1_1()
MigrationStrategy
from1_0to1_1
in interface MigrationStrategy
public Function<String,String> from1_1to1_2()
MigrationStrategy
from1_1to1_2
in interface MigrationStrategy
public Function<String,String> from1_2to1_3()
MigrationStrategy
from1_2to1_3
in interface MigrationStrategy
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.