| Modifier and Type | Field and Description |
|---|---|
protected MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> |
CouchbaseTemplate.mappingContext |
| Modifier and Type | Field and Description |
|---|---|
protected MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> |
MappingCouchbaseConverter.mappingContext
The generic mapping context.
|
| Modifier and Type | Method and Description |
|---|---|
MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> |
MappingCouchbaseConverter.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected <R> R |
MappingCouchbaseConverter.read(CouchbasePersistentEntity<R> entity,
CouchbaseDocument source,
Object parent)
Read an incoming
CouchbaseDocument into the target entity. |
protected void |
MappingCouchbaseConverter.writeInternal(Object source,
CouchbaseDocument target,
CouchbasePersistentEntity<?> entity)
Internal helper method to write the source object into the target document.
|
| Constructor and Description |
|---|
MappingCouchbaseConverter(MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext)
Create a new
MappingCouchbaseConverter. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCouchbasePersistentEntity<T>
The representation of a persistent entity.
|
| Constructor and Description |
|---|
BasicCouchbasePersistentProperty(Field field,
PropertyDescriptor propertyDescriptor,
CouchbasePersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder,
FieldNamingStrategy fieldNamingStrategy)
Create a new instance of the BasicCouchbasePersistentProperty class.
|
| Constructor and Description |
|---|
CouchbaseQueryMethod(Method method,
RepositoryMetadata metadata,
MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext) |
| Constructor and Description |
|---|
MappingCouchbaseEntityInformation(CouchbasePersistentEntity<T> entity)
Create a new Infomration container.
|
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.