Package com.aerospike.mapper.annotations
Annotation Type AerospikeKey
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
The setter attribute is used only on Methods where the method is used to set the key on lazy object instantiationboolean
Store the key as an Aerospike Bin, alternatively you can use @AerospikeRecord.sendKey to store the key in the record's metadata
-
Element Details
-
setter
boolean setterThe setter attribute is used only on Methods where the method is used to set the key on lazy object instantiation- Default:
false
-
storeAsBin
boolean storeAsBinStore the key as an Aerospike Bin, alternatively you can use @AerospikeRecord.sendKey to store the key in the record's metadata- Default:
true
-