Uses of Class
com.aerospike.mapper.annotations.AerospikeEmbed.EmbedType
| Package | Description |
|---|---|
| com.aerospike.mapper.annotations | |
| com.aerospike.mapper.tools.configuration | |
| com.aerospike.mapper.tools.mappers | |
| com.aerospike.mapper.tools.virtuallist |
-
Uses of AerospikeEmbed.EmbedType in com.aerospike.mapper.annotations
Methods in com.aerospike.mapper.annotations that return AerospikeEmbed.EmbedType Modifier and Type Method Description static AerospikeEmbed.EmbedTypeAerospikeEmbed.EmbedType. valueOf(String name)Returns 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 Modifier and Type Method Description AerospikeEmbed.EmbedTypeEmbedConfig. getElementType()AerospikeEmbed.EmbedTypeEmbedConfig. getType() -
Uses of AerospikeEmbed.EmbedType in com.aerospike.mapper.tools.mappers
Constructors in com.aerospike.mapper.tools.mappers with parameters of type AerospikeEmbed.EmbedType Constructor Description ListMapper(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.EmbedType Constructor Description VirtualListInteractors(String binName, AerospikeEmbed.EmbedType listType, ClassCacheEntry<?> elementEntry, Function<Object,Object> instanceMapper, IBaseAeroMapper mapper)