Class LiquibaseDatabaseUpdater

  • All Implemented Interfaces:
    DatabaseUpdater

    public class LiquibaseDatabaseUpdater
    extends Object
    implements DatabaseUpdater
    Liquibase implementation to update the database schema.
    Author:
    Grégory Van den Borre
    • Method Detail

      • update

        public final void update​(be.yildizgames.module.database.DataBaseConnectionProvider provider)
                          throws SQLException
        Description copied from interface: DatabaseUpdater
        Update the schema.
        Specified by:
        update in interface DatabaseUpdater
        Parameters:
        provider - Database connection provider.
        Throws:
        SQLException - If something fails during the update.