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 DatabaseType
TestPersistenceContextBase. databaseType
Methods in org.jbpm.test.persistence.scripts that return DatabaseType Modifier and Type Method Description DatabaseType
TestPersistenceContextBase. getDatabaseType()
static DatabaseType
DatabaseType. 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 DatabaseType
TestsUtil. getDatabaseType()
Gets database type based on dialect property specified in the datasource.properties file based in default path /datasource.properties.static DatabaseType
TestsUtil. getDatabaseType(Properties dataSourceProperties)
Gets database type based on dialect property specified in data source properties.static DatabaseType
TestsUtil. 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.boolean
ScriptFilter. isSupportedDatabase(DatabaseType type)
ScriptFilter
ScriptFilter. setSupportedDatabase(DatabaseType... types)
-