Uses of Class
migratedb.v1.core.internal.resolver.MigrationInfoHelper.VersionAndDescription
-
Packages that use MigrationInfoHelper.VersionAndDescription Package Description migratedb.v1.core.internal.resolver Private API. -
-
Uses of MigrationInfoHelper.VersionAndDescription in migratedb.v1.core.internal.resolver
Methods in migratedb.v1.core.internal.resolver that return MigrationInfoHelper.VersionAndDescription Modifier and Type Method Description static MigrationInfoHelper.VersionAndDescriptionMigrationInfoHelper. extractVersionAndDescription(String migrationName, String prefix, String separator, boolean repeatable)Extracts the schema version and the description from a migration name formatted as 1_2__Description.
-