All Classes and Interfaces
Class
Description
Tags a field in a class to be mapped to an Aerospike bin.
Tags a constructor to be the one to use when a class as multiple constructors
Bins marked with AerospikeEmbed will have the objects they reference embedded in the parent object, either as a list or a map
Tags an enum field of a class to set a value field to store its value in the Aerospike database instead of the enum constant name.
Bins marked with AerospikeExclude will not be mapped to the database, irrespective of other annotations.
Tags a field in a class to be mapped to an Aerospike bin.
Bins marked with AerospikeReference need to exist as a separate entity to the referencing entity.
Tags a field in a class to be mapped to an Aerospike bin.
Specify the version of a record.
Map a java.time.LocalDateTime to Aerospike.
Tags a field in a class to be mapped to an Aerospike bin.
Save the keys.
Implementation of a value, which can be either a method on a class (getter) or a field