Package org.dspace.storage.rdbms


package org.dspace.storage.rdbms
  • Classes
    Class
    Description
    Get database configuration parameters.
    Utility class used to manage the Database.
    Callback method to ensure that the default EntityTypes are created in the database AFTER the database migration completes.
    Utility class used to detect issues with the Flyway migration history table and attempt to correct/fix them.
    Callback method to ensure that the default groups are created in the database AFTER the database migration completes.
    This is a FlywayCallback class which automatically verifies that "pgcrypto" is at the proper version before running any database migrations.
    Database utility class specific to Postgres.
    This is a FlywayCallback class which automatically updates the Metadata Schema Registry and Bitstream Formats Registries AFTER all Database migrations occur.
    Callback method to ensure that the Site object is created (if no site exists) after the database migration completes.