| Package | Description |
|---|---|
| org.springframework.data.couchbase.core |
This package contains the specific implementations and core classes for Spring Data Couchbase internals.
|
| org.springframework.data.couchbase.core.mapping.event |
This package contains various events that are emitted during the lifecycle of a Spring Data entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateSupport.maybeEmitEvent(CouchbaseMappingEvent<?> event) |
void |
ReactiveTemplateSupport.maybeEmitEvent(CouchbaseMappingEvent<?> event) |
void |
NonReactiveSupportWrapper.maybeEmitEvent(CouchbaseMappingEvent<?> event) |
| Modifier and Type | Class and Description |
|---|---|
class |
AfterDeleteEvent<E> |
class |
AfterSaveEvent<E> |
class |
BeforeConvertEvent<E> |
class |
BeforeDeleteEvent<E> |
class |
BeforeSaveEvent<E> |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCouchbaseEventListener.onApplicationEvent(CouchbaseMappingEvent<?> event) |
void |
AuditingEventListener.onApplicationEvent(CouchbaseMappingEvent<Object> event) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.