Uses of Class
com.github.database.rider.core.api.dataset.SeedStrategy
-
Packages that use SeedStrategy Package Description com.github.database.rider.core.api.dataset com.github.database.rider.core.configuration -
-
Uses of SeedStrategy in com.github.database.rider.core.api.dataset
Methods in com.github.database.rider.core.api.dataset that return SeedStrategy Modifier and Type Method Description SeedStrategystrategy()SeedStrategyDataSetImpl. strategy()static SeedStrategySeedStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SeedStrategy[]SeedStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.database.rider.core.api.dataset with parameters of type SeedStrategy Constructor Description DataSetImpl(String[] value, String executorId, SeedStrategy strategy, boolean useSequenceFiltering, String[] tableOrdering, boolean disableConstraints, boolean fillIdentityColumns, String[] executeStatementsBefore, String[] executeScriptsAfter, String[] executeScriptsBefore, String[] executeStatementsAfter, boolean cleanBefore, boolean cleanAfter, boolean transactional, String[] skipCleaningFor, Class<? extends Replacer>[] replacers) -
Uses of SeedStrategy in com.github.database.rider.core.configuration
Methods in com.github.database.rider.core.configuration that return SeedStrategy Modifier and Type Method Description SeedStrategyDataSetConfig. getstrategy()Methods in com.github.database.rider.core.configuration with parameters of type SeedStrategy Modifier and Type Method Description voidDataSetConfig. setStrategy(SeedStrategy strategy)DataSetConfigDataSetConfig. strategy(SeedStrategy strategy)
-