Class GetXXLogicalResourceNeedsMigration

  • All Implemented Interfaces:
    IDatabaseSupplier<Boolean>

    public class GetXXLogicalResourceNeedsMigration
    extends Object
    implements IDatabaseSupplier<Boolean>
    Checks the value of VERSION_ID from the first row found in xxx_LOGICAL_RESOURCES. If this value is null, it means that the table needs to be migrated. If the table is empty, then obviously there's no need for migration.