| Package | Description |
|---|---|
| org.springframework.data.aerospike.convert | |
| org.springframework.data.aerospike.mapping |
| 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 |
BasicAerospikePersistentEntity<T>
Default implementation of
AerospikePersistentEntity. |
| Constructor and Description |
|---|
BasicAerospikePersistentProperty(org.springframework.data.mapping.model.Property property,
AerospikePersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder,
org.springframework.data.mapping.model.FieldNamingStrategy fieldNamingStrategy) |
CachingAerospikePersistentProperty(org.springframework.data.mapping.model.Property property,
AerospikePersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder,
org.springframework.data.mapping.model.FieldNamingStrategy fieldNamingStrategy)
Creates a new
CachingAerospikePersistentProperty. |