Class DatabaseUtil


  • public class DatabaseUtil
    extends Object
    • Constructor Detail

      • DatabaseUtil

        public DatabaseUtil()
    • Method Detail

      • checkDatabaseType

        public static boolean checkDatabaseType​(String... databaseTypes)
        Checks if the currently used database is of a given database type.
        Parameters:
        databaseTypes - to check for
        Returns:
        true if any of the provided types match the used one. Otherwise false.
      • checkDatabaseType

        public static boolean checkDatabaseType​(ProcessEngineConfigurationImpl configuration,
                                                String... databaseTypes)
        Checks if the currently used database is of a given database type.
        Parameters:
        configuration - for the Process Engine, when a Context is not available
        databaseTypes - to check for
        Returns:
        true if any of the provided types match the used one. Otherwise false.