Uses of Class
com.github.database.rider.core.api.configuration.Orthography
-
Packages that use Orthography Package Description com.github.database.rider.core.api.configuration com.github.database.rider.core.configuration -
-
Uses of Orthography in com.github.database.rider.core.api.configuration
Methods in com.github.database.rider.core.api.configuration that return Orthography Modifier and Type Method Description OrthographycaseInsensitiveStrategy()Specifies the orthography/letter-case strategy ifDBUnit.caseSensitiveTableNames()is set tofalse(case-insensitive mode).static OrthographyOrthography. valueOf(String name)Returns the enum constant of this type with the specified name.static Orthography[]Orthography. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Orthography in com.github.database.rider.core.configuration
Methods in com.github.database.rider.core.configuration that return Orthography Modifier and Type Method Description OrthographyDBUnitConfig. getCaseInsensitiveStrategy()Methods in com.github.database.rider.core.configuration with parameters of type Orthography Modifier and Type Method Description DBUnitConfigDBUnitConfig. caseInsensitiveStrategy(Orthography orthography)voidDBUnitConfig. setCaseInsensitiveStrategy(Orthography caseInsensitiveStrategy)
-