DatabaseMigrationPreference |
DatabasePreferences.databaseMigrationPreference() |
Specifies your preferred migration path.
|
static DatabaseMigrationPreference |
DatabaseMigrationPreference.fromHeterogeneous(Consumer<Heterogeneous.Builder> heterogeneous) |
Create an instance of this class with heterogeneous() initialized to the given value.
|
static DatabaseMigrationPreference |
DatabaseMigrationPreference.fromHeterogeneous(Heterogeneous heterogeneous) |
Create an instance of this class with heterogeneous() initialized to the given value.
|
static DatabaseMigrationPreference |
DatabaseMigrationPreference.fromHomogeneous(Consumer<Homogeneous.Builder> homogeneous) |
Create an instance of this class with homogeneous() initialized to the given value.
|
static DatabaseMigrationPreference |
DatabaseMigrationPreference.fromHomogeneous(Homogeneous homogeneous) |
Create an instance of this class with homogeneous() initialized to the given value.
|
static DatabaseMigrationPreference |
DatabaseMigrationPreference.fromNoPreference(Consumer<NoDatabaseMigrationPreference.Builder> noPreference) |
Create an instance of this class with noPreference() initialized to the given value.
|
static DatabaseMigrationPreference |
DatabaseMigrationPreference.fromNoPreference(NoDatabaseMigrationPreference noPreference) |
Create an instance of this class with noPreference() initialized to the given value.
|