Class AerospikeIndexResolver
java.lang.Object
org.springframework.data.aerospike.index.AerospikeIndexResolver
- All Implemented Interfaces:
Aware,EnvironmentAware
- Author:
- Taras Danylchuk
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetectIndexes(BasicAerospikePersistentEntity<?> persistentEntity) voidsetEnvironment(Environment environment)
-
Constructor Details
-
AerospikeIndexResolver
public AerospikeIndexResolver()
-
-
Method Details
-
detectIndexes
public Set<AerospikeIndexDefinition> detectIndexes(BasicAerospikePersistentEntity<?> persistentEntity) -
setEnvironment
- Specified by:
setEnvironmentin interfaceEnvironmentAware
-