Uses of Class
com.evolveum.midpoint.repo.sql.SqlRepositoryConfiguration.IncompatibleSchemaAction
-
Packages that use SqlRepositoryConfiguration.IncompatibleSchemaAction Package Description com.evolveum.midpoint.repo.sql -
-
Uses of SqlRepositoryConfiguration.IncompatibleSchemaAction in com.evolveum.midpoint.repo.sql
Methods in com.evolveum.midpoint.repo.sql that return SqlRepositoryConfiguration.IncompatibleSchemaAction Modifier and Type Method Description static SqlRepositoryConfiguration.IncompatibleSchemaActionSqlRepositoryConfiguration.IncompatibleSchemaAction. fromValue(String text)@NotNull SqlRepositoryConfiguration.IncompatibleSchemaActionSqlRepositoryConfiguration. getIncompatibleSchemaAction()static SqlRepositoryConfiguration.IncompatibleSchemaActionSqlRepositoryConfiguration.IncompatibleSchemaAction. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlRepositoryConfiguration.IncompatibleSchemaAction[]SqlRepositoryConfiguration.IncompatibleSchemaAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-