Uses of Class
com.lordofthejars.nosqlunit.core.LoadStrategyEnum
-
Packages that use LoadStrategyEnum Package Description com.lordofthejars.nosqlunit.annotation com.lordofthejars.nosqlunit.core -
-
Uses of LoadStrategyEnum in com.lordofthejars.nosqlunit.annotation
Methods in com.lordofthejars.nosqlunit.annotation that return LoadStrategyEnum Modifier and Type Method Description LoadStrategyEnumloadStrategy() -
Uses of LoadStrategyEnum in com.lordofthejars.nosqlunit.core
Methods in com.lordofthejars.nosqlunit.core that return LoadStrategyEnum Modifier and Type Method Description static LoadStrategyEnumLoadStrategyEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LoadStrategyEnum[]LoadStrategyEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lordofthejars.nosqlunit.core with parameters of type LoadStrategyEnum Modifier and Type Method Description LoadStrategyOperationLoadStrategyFactory. getLoadStrategyInstance(LoadStrategyEnum loadStrategyEnum, DatabaseOperation databaseOperation)LoadStrategyOperationReflectionLoadStrategyFactory. getLoadStrategyInstance(LoadStrategyEnum loadStrategyEnum, DatabaseOperation databaseOperation)
-