Uses of Enum Class
com.oracle.nosql.spring.data.core.mapping.NosqlCapacityMode
Packages that use NosqlCapacityMode
Package
Description
-
Uses of NosqlCapacityMode in com.oracle.nosql.spring.data
Methods in com.oracle.nosql.spring.data that return NosqlCapacityModeModifier and TypeMethodDescriptionNosqlDbFactory.getDefaultCapacityMode()
Returns the config valueNosqlDbConfig.getDefaultCapacityMode()
. -
Uses of NosqlCapacityMode in com.oracle.nosql.spring.data.config
Methods in com.oracle.nosql.spring.data.config that return NosqlCapacityModeModifier and TypeMethodDescriptionNosqlDbConfig.getDefaultCapacityMode()
Returns the default capacity mode set.Methods in com.oracle.nosql.spring.data.config with parameters of type NosqlCapacityModeModifier and TypeMethodDescriptionNosqlDbConfig.setDefaultCapacityMode
(NosqlCapacityMode defaultCapacityMode) Sets the default capacity mode when table is created ifNosqlTable
annotation is not present. -
Uses of NosqlCapacityMode in com.oracle.nosql.spring.data.core.mapping
Methods in com.oracle.nosql.spring.data.core.mapping that return NosqlCapacityModeModifier and TypeMethodDescriptionstatic NosqlCapacityMode
Returns the enum constant of this class with the specified name.static NosqlCapacityMode[]
NosqlCapacityMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.