Interface LiquibaseDao

All Superinterfaces:
Dao<LiquibaseChangelog,String>
All Known Implementing Classes:
LiquibaseDaoImpl

public interface LiquibaseDao extends Dao<LiquibaseChangelog,String>
  • Method Details

    • getAppliedMigrations

      List<LiquibaseChangelog> getAppliedMigrations(String tablename)