Uses of Enum
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 ifNosqlTableannotation 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 NosqlCapacityModeReturns the enum constant of this type with the specified name.static NosqlCapacityMode[]NosqlCapacityMode.values()Returns an array containing the constants of this enum type, in the order they are declared.