Persistence

This package contains classes used to create SQL Server persistence components.

Classes

IdentifiableJsonSqlServerPersistence

Abstract persistence component that stores data in an SQL Server database in JSON or JSONB fields and implements a number of CRUD operations over data items with unique ids.

IdentifiableSqlServerPersistence

Abstract persistence component that stores data in an SQL Server and implements a number of CRUD operations over data items with unique ids.

IndexOptions

Defines index options.

SqlServerPersistence

Abstract persistence component that stores data in SQL Server using the official driver.

This is the most basic persistence component that is able to store data items of any type.