| Package | Description |
|---|---|
| org.springframework.data.aerospike.convert | |
| org.springframework.data.aerospike.mapping | |
| org.springframework.data.aerospike.repository.query |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mapping.context.MappingContext<? extends AerospikePersistentEntity<?>,AerospikePersistentProperty> |
MappingAerospikeConverter.getMappingContext()
Returns the underlying
MappingContext used by the converter. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAerospikePersistentProperty |
class |
CachingAerospikePersistentProperty |
| Modifier and Type | Method and Description |
|---|---|
protected AerospikePersistentProperty |
AerospikeMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property,
BasicAerospikePersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
AerospikePersistentProperty |
AerospikePersistentEntity.getExpirationProperty() |
AerospikePersistentProperty |
BasicAerospikePersistentEntity.getExpirationProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.mapping.Association<AerospikePersistentProperty> |
BasicAerospikePersistentProperty.createAssociation() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAerospikePersistentEntity.addPersistentProperty(AerospikePersistentProperty property) |
| Constructor and Description |
|---|
AerospikeQueryCreator(org.springframework.data.repository.query.parser.PartTree tree,
org.springframework.data.repository.query.ParameterAccessor parameters,
org.springframework.data.mapping.context.MappingContext<?,AerospikePersistentProperty> context) |