Persistence

This package contains classes used to create SQLServer persistence components.

Classes

IdentifiableJsonSqlServerPersistence

Abstract persistence component that stores data in an SQLServer 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 SQLServer and implements a number of CRUD operations over data items with unique ids.

SqlServerPersistence

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

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