Interface | Description |
---|---|
DesignDocumentFactory | |
GenericRepository<T> |
Class | Description |
---|---|
AttachmentsInOrderParser |
A document's MIME multipart/related representation produced by CouchDB
uses the order of the attachments in the JSON _attachments object as the
order of the attachments in the multipart/related.
|
CouchDbDocument | |
CouchDbRepositorySupport<T> |
Provides "out of the box" CRUD functionality for sub classes.
|
DesignDocument |
Representation of a CouchDb design document.
|
DesignDocument.View |
Definition of a view in a design document.
|
Entity |
Support class for domain entities.
|
OpenCouchDbDocument |
Provides convenience field and methods for holding unmapped fields in JSON serialization / deserialization.
|
Revisions | |
SimpleViewGenerator | |
StdDesignDocumentFactory |
Exception | Description |
---|---|
ViewGenerationException |
Annotation Type | Description |
---|---|
Filter |
Annotation for defining filter functions embedded in repositories.
|
Filters | |
GenerateView |
Indicates that a CouchDb view should be generated for the annotated method.
|
ListFunction |
Annotation for defining list functions embedded in repositories.
|
Lists | |
ShowFunction |
Annotation for defining show functions embedded in repositories.
|
Shows | |
TypeDiscriminator |
Used to distinguish a type's documents in the database.
|
UpdateHandler |
Annotation for defining update handler functions embedded in repositories.
|
UpdateHandlers | |
View |
Annotation for defining views embedded in repositories.
|
Views |
Annotation for defining multiple views embedded in repositories.
|
Copyright © 2013. All Rights Reserved.