This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.
CAST supports CouchDB via its com.castsoftware.nosqljava extension. Details about how this support is provided for Java source code is discussed below.
Objects
Icon | Description |
---|---|
Java CouchDB connection | |
Java CouchDB database | |
Java CouchDB collection | |
Java Unknown CouchDB connection | |
Java Unknown CouchDB database | |
Java Unknown CouchDB collection |
Links
Link type | When is this created? |
---|---|
belongsTo | From Java CouchDB collection object to Java CouchDB database object From Java CouchDB database object to Java CouchDB connection object |
useLink | Between the caller Java objects and Java CouchDB database/collection.object |
useSelectLink useUpdateLink useDeleteLink useInsertLink | Between the caller Java object and a Java CouchDB database/collection.object |