Persisting Data with Onyx Database

Persisting data is the heart of any database or caching mechanism. Onyx Database can efficiently persist data in a few different ways; either by saving an entity, batch saving operations, or cascading through a relationship. The first tutorial guides you through how to declare an entity and persist it.

Persisting a Single Entity
Saving an Entity using Onyx Database
This tutorial contains a simple example of how to persist a single entity.
Batch Persisting Entities
Saving multiple entities using Onyx Database
This tutorial will guide you through persisting multiple com.onyxdevtools.entities. This is used to optimize batch processing.
Deleting a Single Entity
Delete Entity using Onyx Database
This tutorial contains a simple example of how to delete a single entity.
Batch Deleting Entities
Deleting multiple entities using Onyx Database
This tutorial will guide you through deleting multiple com.onyxdevtools.entities. This is used to optimize batch processing.