Uses of Interface
com.lordofthejars.nosqlunit.core.InsertionStrategy
-
Packages that use InsertionStrategy Package Description com.lordofthejars.nosqlunit.annotation com.lordofthejars.nosqlunit.core -
-
Uses of InsertionStrategy in com.lordofthejars.nosqlunit.annotation
Methods in com.lordofthejars.nosqlunit.annotation that return types with arguments of type InsertionStrategy Modifier and Type Method Description java.lang.Class<? extends InsertionStrategy<?>>insertionStrategy() -
Uses of InsertionStrategy in com.lordofthejars.nosqlunit.core
Fields in com.lordofthejars.nosqlunit.core declared as InsertionStrategy Modifier and Type Field Description protected InsertionStrategy<S>AbstractCustomizableDatabaseOperation. insertionStrategyMethods in com.lordofthejars.nosqlunit.core with parameters of type InsertionStrategy Modifier and Type Method Description voidAbstractCustomizableDatabaseOperation. setInsertionStrategy(InsertionStrategy<S> insertationStrategy)
-