AbstractOptionaloptions: { checksumConfig?: TCoreChecksumConfig }Protected OptionalchecksumProtected Abstract ReadonlychecksumProtectedentitiesProtected Abstract ReadonlyentityProtected Abstract ReadonlyentityProtected Abstract ReadonlyfrozenProtected Abstract ReadonlyschemaProtected Abstract ReadonlyschemaReturns a specific version of an entity, or undefined if not found.
Returns every entity across all IDs and versions.
Returns the latest (highest-version) entity for the given ID, or undefined if not found.
Returns all versions of an entity sorted ascending by version number.
ProtectedrestoreValidates all entities against the schema and checks that frozen versions have successors.
Protectedwith
Abstract base class for versioned, freezable entity libraries. Provides CRUD, freeze/unfreeze lifecycle, schema validation, and checksum computation. Subclasses supply the entity label, schema, and validation codes.