-
-
Annotation Types Summary
| Annotation Type |
Description |
| AerospikeBin |
Tags a field in a class to be mapped to an Aerospike bin.
|
| AerospikeConstructor |
Tags a constructor to be the one to use when a class as multiple constructors
|
| AerospikeEmbed |
Bins marked with AerospikeEmbed will have the objects they reference embedded in the parent object, either as a list or a map
|
| AerospikeEnum |
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.
|
| AerospikeExclude |
Bins marked with AerospikeExclude will not be mapped to the database, irrespective of other annotations.
|
| AerospikeGetter |
Tags a field in a class to be mapped to an Aerospike bin.
|
| AerospikeKey |
|
| AerospikeOrdinal |
|
| AerospikeRecord |
|
| AerospikeReference |
Bins marked with AerospikeExclude will not be mapped to the database, irrespective of other annotations.
|
| AerospikeSetter |
Tags a field in a class to be mapped to an Aerospike bin.
|
| AerospikeVersion |
Specify the version of a record.
|
| FromAerospike |
|
| ParamFrom |
Tags a field in a class to be mapped to an Aerospike bin.
|
| ToAerospike |
|