CAST supports CouchDB via its NoSQL for Java extension. Details about how this support is provided for Java source code is discussed below.
Objects
Java Couchbase connection | |
Java Couchbase database | |
Java Couchbase collection | |
Java Unknown Couchbase connection | |
Java Unknown Couchbase database | |
Java Unknown Couchbase collection |
Links
Links are created for transaction and function point needs.
Link type | When is this created? |
---|---|
parentLink | The connection is the parent of database which is the parent of a collection. Connection's parent is the caller's project. |
useLink | Between the caller Java objects and connections, databases or collections. |
useSelectLink useUpdateLink useDeleteLink useInsertLink | Between the caller Java object and a database or a collection. |