| 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.
|
BasicCouchbasePersistentEntity<?> |
CouchbaseMappingContext.getPersistentEntity(org.springframework.data.util.TypeInformation<?> typeInformation)
override method from AbstractMappingContext as that method will not publishEvent() if it finds the entity has
already been cached.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<BasicCouchbasePersistentEntity<?>> |
CouchbaseMappingContext.addPersistentEntity(org.springframework.data.util.TypeInformation<?> typeInformation)
override method from AbstractMappingContext as that method will not publishEvent() if it finds the entity has
already been cached
|
| Modifier and Type | Method and Description |
|---|---|
protected CouchbasePersistentProperty |
CouchbaseMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property,
BasicCouchbasePersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
Creates a concrete property based on the field information and entity.
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.