| Modifier and Type | Method and Description |
|---|---|
MappingContext<? extends AerospikePersistentEntity<?>,AerospikePersistentProperty> |
MappingAerospikeConverter.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MappingAerospikeConverter.writePropertyInternal(Object propertyObj,
AerospikeData data,
AerospikePersistentProperty persistentProperty,
PersistentPropertyAccessor accessor,
List<com.aerospike.client.Bin> bins) |
protected void |
MappingAerospikeConverter.writeSimpleInternal(Object propertyObj,
AerospikeData data,
AerospikePersistentProperty persistentProperty,
PersistentPropertyAccessor accessor,
List<com.aerospike.client.Bin> bins) |
| Modifier and Type | Method and Description |
|---|---|
AerospikeData |
AerospikeWriter.toAerospikeData(Object object,
AerospikePersistentProperty referingProperty)
Creates a
Aerospike 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,
SimpleTypeHolder simpleTypeHolder) |
| Modifier and Type | Method and Description |
|---|---|
protected Association<AerospikePersistentProperty> |
BasicAerospikePersistentProperty.createAssociation() |
| Constructor and Description |
|---|
BasicAerospikePersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
PersistentEntity<?,AerospikePersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder,
FieldNamingStrategy fieldNamingStrategy) |
CachingAerospikePersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
PersistentEntity<?,AerospikePersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder,
FieldNamingStrategy fieldNamingStrategy)
Creates a new
CachingAerospikePersistentProperty. |
| Constructor and Description |
|---|
AerospikeQueryCreator(PartTree tree,
ParameterAccessor parameters,
MappingContext<?,AerospikePersistentProperty> context) |
Copyright © 2011-2016–2017 Aerospike Inc.. All rights reserved.