Uses of Enum
com.aerospike.mapper.annotations.AerospikeReference.ReferenceType
Packages that use AerospikeReference.ReferenceType
Package
Description
-
Uses of AerospikeReference.ReferenceType in com.aerospike.mapper.annotations
Methods in com.aerospike.mapper.annotations that return AerospikeReference.ReferenceTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AerospikeReference.ReferenceType[]AerospikeReference.ReferenceType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AerospikeReference.ReferenceType in com.aerospike.mapper.tools.configuration
Methods in com.aerospike.mapper.tools.configuration that return AerospikeReference.ReferenceType -
Uses of AerospikeReference.ReferenceType in com.aerospike.mapper.tools.mappers
Constructors in com.aerospike.mapper.tools.mappers with parameters of type AerospikeReference.ReferenceTypeModifierConstructorDescriptionObjectReferenceMapper(ClassCacheEntry<?> entry, boolean lazy, boolean allowBatch, AerospikeReference.ReferenceType type, IBaseAeroMapper mapper)