Uses of Interface
com.lordofthejars.nosqlunit.core.LoadStrategyOperation
-
Packages that use LoadStrategyOperation Package Description com.lordofthejars.nosqlunit.core -
-
Uses of LoadStrategyOperation in com.lordofthejars.nosqlunit.core
Classes in com.lordofthejars.nosqlunit.core that implement LoadStrategyOperation Modifier and Type Class Description classCleanInsertLoadStrategyOperationclassDeleteAllLoadStrategyOperationclassInsertLoadStrategyOperationMethods in com.lordofthejars.nosqlunit.core that return LoadStrategyOperation Modifier and Type Method Description LoadStrategyOperationLoadStrategyFactory. getLoadStrategyInstance(LoadStrategyEnum loadStrategyEnum, DatabaseOperation databaseOperation)LoadStrategyOperationReflectionLoadStrategyFactory. getLoadStrategyInstance(LoadStrategyEnum loadStrategyEnum, DatabaseOperation databaseOperation)Methods in com.lordofthejars.nosqlunit.core that return types with arguments of type LoadStrategyOperation Modifier and Type Method Description java.lang.Class<? extends LoadStrategyOperation>LoadStrategyEnum. loadStrategy()
-