Uses of Enum
com.aerospike.mapper.annotations.AerospikeEmbed.EmbedType
Packages that use AerospikeEmbed.EmbedType
Package
Description
-
Uses of AerospikeEmbed.EmbedType in com.aerospike.mapper.annotations
Methods in com.aerospike.mapper.annotations that return AerospikeEmbed.EmbedTypeModifier and TypeMethodDescriptionstatic AerospikeEmbed.EmbedTypeReturns the enum constant of this type with the specified name.static AerospikeEmbed.EmbedType[]AerospikeEmbed.EmbedType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AerospikeEmbed.EmbedType in com.aerospike.mapper.tools.configuration
Methods in com.aerospike.mapper.tools.configuration that return AerospikeEmbed.EmbedType -
Uses of AerospikeEmbed.EmbedType in com.aerospike.mapper.tools.mappers
Constructors in com.aerospike.mapper.tools.mappers with parameters of type AerospikeEmbed.EmbedTypeModifierConstructorDescriptionListMapper(Class<?> clazz, Class<?> instanceClass, TypeMapper instanceClassMapper, IBaseAeroMapper mapper, AerospikeEmbed.EmbedType embedType, boolean saveKey, boolean allowBatchLoad) ObjectEmbedMapper(Class<?> clazz, AerospikeEmbed.EmbedType type, IBaseAeroMapper mapper, boolean skipKey) -
Uses of AerospikeEmbed.EmbedType in com.aerospike.mapper.tools.virtuallist
Constructors in com.aerospike.mapper.tools.virtuallist with parameters of type AerospikeEmbed.EmbedTypeModifierConstructorDescriptionVirtualListInteractors(String binName, AerospikeEmbed.EmbedType listType, ClassCacheEntry<?> elementEntry, Function<Object, Object> instanceMapper, IBaseAeroMapper mapper)