See: Description
| Interface | Description |
|---|---|
| CouchbasePersistentEntity<T> |
Represents an entity that can be persisted which contains 0 or more properties.
|
| CouchbasePersistentProperty |
Represents a property part of an entity that needs to be persisted.
|
| CouchbaseStorable |
Marker Interface to identify either a
CouchbaseDocument or a CouchbaseList. |
| Class | Description |
|---|---|
| BasicCouchbasePersistentEntity<T> |
The representation of a persistent entity.
|
| BasicCouchbasePersistentProperty |
Implements annotated property representations of a given
Field instance. |
| CouchbaseDocument |
A
CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server. |
| CouchbaseList |
A
CouchbaseList is an abstract list that represents an array stored in a (most of the times JSON) document. |
| CouchbaseMappingContext |
Default implementation of a
MappingContext for Couchbase using
BasicCouchbasePersistentEntity and BasicCouchbasePersistentProperty as primary abstractions. |
| CouchbaseSimpleTypes | |
| KeySettings |
Common settings for Couchbase key - prefix - suffix - delimiter
|
| Annotation Type | Description |
|---|---|
| Document |
Identifies a domain object to be persisted to Couchbase.
|
| Expiration |
Annotation to define a field to be substituted for META().expiration in a query
|
| Expiry |
Expiry annotation
|
| Field |
Annotation to define custom metadata for document fields.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.