| Package | Description |
|---|---|
| org.springframework.data.aerospike.core | |
| org.springframework.data.aerospike.mapping | |
| org.springframework.data.aerospike.repository.query |
| Modifier and Type | Method and Description |
|---|---|
AerospikeWriteData |
AerospikeWriter.toAerospikeData(Object object,
AerospikePersistentProperty referingProperty)
Creates a
AerospikeWriteData to refer to the given object. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAerospikePersistentProperty |
class |
CachingAerospikePersistentProperty |
| Modifier and Type | Method and Description |
|---|---|
protected AerospikePersistentProperty |
AerospikeMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
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 |
|---|
BasicAerospikePersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
org.springframework.data.mapping.PersistentEntity<?,AerospikePersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder,
org.springframework.data.mapping.model.FieldNamingStrategy fieldNamingStrategy) |
CachingAerospikePersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
org.springframework.data.mapping.PersistentEntity<?,AerospikePersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder,
org.springframework.data.mapping.model.FieldNamingStrategy fieldNamingStrategy)
Creates a new
CachingAerospikePersistentProperty. |
| 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) |
Copyright © 2011–2018 Aerospike Inc.. All rights reserved.