Uses of Enum Class
com.evolveum.midpoint.repo.sqlbase.SupportedDatabase
Packages that use SupportedDatabase
Package
Description
-
Uses of SupportedDatabase in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale that return SupportedDatabaseModifier and TypeMethodDescription@NotNull SupportedDatabaseSqaleRepositoryConfiguration.getDatabaseType()Methods in com.evolveum.midpoint.repo.sqale with parameters of type SupportedDatabaseModifier and TypeMethodDescriptionbooleanSqaleRepositoryConfiguration.isUsing(SupportedDatabase db) -
Uses of SupportedDatabase in com.evolveum.midpoint.repo.sqlbase
Methods in com.evolveum.midpoint.repo.sqlbase that return SupportedDatabaseModifier and TypeMethodDescriptionJdbcSession.databaseType()JdbcRepositoryConfiguration.getDatabaseType()static SupportedDatabaseReturns the enum constant of this class with the specified name.static SupportedDatabase[]SupportedDatabase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.repo.sqlbase with parameters of type SupportedDatabaseModifier and TypeMethodDescriptionbooleanJdbcRepositoryConfiguration.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 SupportedDatabaseModifier and TypeMethodDescriptionstatic com.querydsl.sql.ConfigurationQuerydslUtils.querydslConfiguration(SupportedDatabase databaseType) Returns configuration for Querydsl based on the used database type.