Components of Oracle NoSQL Database SDK for Spring Data

The Oracle NoSQL Database Proxy should 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. Once set up, you then 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 follows
Description of "Figure 1-1 Components of Oracle NoSQL Database SDK for Spring Data"