Skip to content

Releases: CenturyLinkCloud/clc-adapter-orchestrate

Release 0.0.7

16 Jul 14:29
Compare
Choose a tag to compare

The Orchestrate Adapter implements the standard Spring Data interfaces so that using the Orchestrate Adapter is exactly like using any other Spring Data Adapter. This also allows for an easy change from a backend your project might be using now, like Mongo, to use Orchestrate by simply updating your Spring configuration.

The Adapter provides the basic find, find all, and other out of the box queries you would expect to have. The adapter also supports the ability to define your own custom queries as needed.

We also added some additional features that can be utilized via annotations in your service implementations. One of the most popular features we added was the ability to encrypt/decrypt data at the attribute level by simply applying the @Encrypted annotation to the variable declaration.