Constant Field Values
Contents
org.springframework.*
-
org.springframework.data.aerospike.convert.AerospikeMetaData Modifier and Type Constant Field Value public static final String
PRIMARY_KEY
"PK"
-
org.springframework.data.aerospike.query.QueryEngine Modifier and Type Constant Field Value public static final String
SCANS_DISABLED_MESSAGE
"Query without a filter will initiate a scan. Since scans are potentially dangerous operations, they are disabled by default in spring-data-aerospike. If you still need to use them, enable them via `scansEnabled` property in `org.springframework.data.aerospike.config.AerospikeDataSettings`."