This package contains classes used to create abstract persistence components to perform basic CRUD operations..
Types
IdentifiableJsonSqlServerPersistence
Abstract persistence component that stores data in SqlServer 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 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 default driver.