| Package | Description |
|---|---|
| org.springframework.data.couchbase.core.mapping |
This package contains interfaces and annotations relative to object-json mapping
and the notion of a Couchbase Storable.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> BasicCouchbasePersistentEntity<?> |
CouchbaseMappingContext.createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
Creates a concrete entity based out of the type information passed.
|
| Modifier and Type | Method and Description |
|---|---|
protected CouchbasePersistentProperty |
CouchbaseMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
BasicCouchbasePersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
Creates a concrete property based on the field information and entity.
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.