Components of Oracle NoSQL Database SDK for Spring Data
Learn about the modules of Oracle NoSQL Database SDK for Spring Data.
The Oracle NoSQL Database Proxy must be set up to facilitate a connection between Oracle NoSQL Database and Spring Data Framework. To set up the Oracle NoSQL Database Proxy, see Oracle NoSQL Database Proxy in the Administrator's Guide. After setting up the proxy, you configure the Oracle NoSQL Database Proxy details in the NosqlRepository
interface. You provide the Oracle NoSQL Database connection and authentication (if any) details in the NosqlDBConfig
class. The POJOs (entity) with the @NosqlTable
annotation are mapped to the Oracle NoSQL Database tables by the Oracle NoSQL Database SDK for Spring Data. The following diagram provides the components of the Oracle NoSQL Database SDK for Spring Data.
Figure 1-1 Components of Oracle NoSQL Database SDK for Spring Data

Description of "Figure 1-1 Components of Oracle NoSQL Database SDK for Spring Data"