...
Info |
---|
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 CouchDB connection |
Java CouchDB database |
Java CouchDB collection | |
Java |
Unknown CouchDB connection | |
Java |
Unknown CouchDB database | |
Java |
Unknown CouchDB 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.belongsTo | From Java CouchDB collection object to Java CouchDB database object and Java CouchDB database object to Java CouchDB connection object |
useLink | Between the caller Java objects and connections, databases or collectionsJava CouchDB database/collection.object. | |
useSelectLink useUpdateLink useDeleteLink useInsertLink | Between the caller Java object and a Java CouchDB database or a /collection.object |