Uses of Class
com.evolveum.midpoint.repo.sqlbase.SupportedDatabase
-
Packages that use SupportedDatabase Package Description com.evolveum.midpoint.repo.sqlbase com.evolveum.midpoint.repo.sqlbase.querydsl -
-
Uses of SupportedDatabase in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase that return SupportedDatabase Modifier and Type Method Description SupportedDatabase
JdbcSession. databaseType()
SupportedDatabase
JdbcRepositoryConfiguration. getDatabaseType()
static SupportedDatabase
SupportedDatabase. valueOf(String name)
Returns the enum constant of this type with the specified name.static SupportedDatabase[]
SupportedDatabase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.repo.sqlbase with parameters of type SupportedDatabase Modifier and Type Method Description boolean
JdbcRepositoryConfiguration. isUsing(SupportedDatabase db)
-
Uses of SupportedDatabase in com.evolveum.midpoint.repo.sqlbase.querydsl
Methods in com.evolveum.midpoint.repo.sqlbase.querydsl with parameters of type SupportedDatabase Modifier and Type Method Description static com.querydsl.sql.Configuration
QuerydslUtils. querydslConfiguration(SupportedDatabase databaseType)
Returns configuration for Querydsl based on the used database type.
-