Uses of Class
org.jbpm.test.persistence.scripts.DatabaseType
-
Packages that use DatabaseType Package Description org.jbpm.test.persistence.scripts org.jbpm.test.persistence.scripts.util -
-
Uses of DatabaseType in org.jbpm.test.persistence.scripts
Fields in org.jbpm.test.persistence.scripts declared as DatabaseType Modifier and Type Field Description protected DatabaseTypeTestPersistenceContextBase. databaseTypeMethods in org.jbpm.test.persistence.scripts that return DatabaseType Modifier and Type Method Description DatabaseTypeTestPersistenceContextBase. getDatabaseType()static DatabaseTypeDatabaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseType[]DatabaseType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DatabaseType in org.jbpm.test.persistence.scripts.util
Methods in org.jbpm.test.persistence.scripts.util that return DatabaseType Modifier and Type Method Description static DatabaseTypeTestsUtil. getDatabaseType()Gets database type based on dialect property specified in the datasource.properties file based in default path /datasource.properties.static DatabaseTypeTestsUtil. getDatabaseType(Properties dataSourceProperties)Gets database type based on dialect property specified in data source properties.static DatabaseTypeTestsUtil. getDatabaseTypeBySQLDialect(String sqlDialect)Gets database type based on specified SQL dialect.Methods in org.jbpm.test.persistence.scripts.util that return types with arguments of type DatabaseType Modifier and Type Method Description Set<DatabaseType>ScriptFilter. getSupportedDatabase()Methods in org.jbpm.test.persistence.scripts.util with parameters of type DatabaseType Modifier and Type Method Description static List<String>SQLScriptUtil. getCommandsFromScript(File script, DatabaseType databaseType)Extracts SQL commands from SQL script.static File[]TestsUtil. getDDLScriptFilesByDatabaseType(File folderWithDDLs, DatabaseType databaseType, ScriptFilter scriptFilter)Gets SQL scripts for selected database type.booleanScriptFilter. isSupportedDatabase(DatabaseType type)ScriptFilterScriptFilter. setSupportedDatabase(DatabaseType... types)
-