| Package | Description |
|---|---|
| org.springframework.data.couchbase.config |
This package contains all classes needed for specific configuration of
Spring Data Couchbase.
|
| org.springframework.data.couchbase.core |
This package contains the specific implementations and core classes for
Spring Data Couchbase internals.
|
| org.springframework.data.couchbase.core.convert |
This package contains classes used for entity-to-JSON conversions, type mapping
and writing.
|
| org.springframework.data.couchbase.core.convert.translation |
This package contains a service interface to translate entities to
a Couchbase storable format, and its implementations.
|
| org.springframework.data.couchbase.core.mapping |
This package contains interfaces and annotations relative to object-json mapping
and the notion of a Couchbase Storable.
|
| org.springframework.data.couchbase.core.mapping.event |
This package contains various events that are emitted during the lifecycle
of a Spring Data entity.
|
| org.springframework.data.couchbase.repository.config |
This package contains the support classes to configure repositories in the context of Couchbase.
|
| org.springframework.data.couchbase.repository.query |
This package contains classes related to query derivation and concrete
ways of querying couchbase.
|
| org.springframework.data.couchbase.repository.query.support |
This package contains support classes for query derivation and other
ways of querying couchbase (helper classes).
|
| org.springframework.data.couchbase.repository.support |
This package contains the Couchbase implementations to support the Spring Data repository abstraction.
|
| Class and Description |
|---|
| CouchbaseMappingContext
Default implementation of a
MappingContext for Couchbase using
BasicCouchbasePersistentEntity and BasicCouchbasePersistentProperty as primary abstractions. |
| Class and Description |
|---|
| CouchbasePersistentEntity
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.
|
| KeySettings
Common settings for Couchbase key
- prefix
- suffix
- delimiter
|
| Class and Description |
|---|
| CouchbaseDocument
A
CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server. |
| CouchbasePersistentEntity
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.
|
| Class and Description |
|---|
| CouchbaseStorable
Marker Interface to identify either a
CouchbaseDocument or a CouchbaseList. |
| Class and Description |
|---|
| BasicCouchbasePersistentEntity
The representation of a persistent entity.
|
| 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. |
| CouchbasePersistentEntity
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. |
| KeySettings
Common settings for Couchbase key
- prefix
- suffix
- delimiter
|
| Class and Description |
|---|
| CouchbaseDocument
A
CouchbaseDocument is an abstract representation of a document stored inside Couchbase Server. |
| Class and Description |
|---|
| CouchbasePersistentEntity
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.
|
| Class and Description |
|---|
| CouchbasePersistentEntity
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.
|
| Class and Description |
|---|
| CouchbasePersistentProperty
Represents a property part of an entity that needs to be persisted.
|
| Class and Description |
|---|
| CouchbasePersistentEntity
Represents an entity that can be persisted which contains 0 or more properties.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.