the document schema
Returns whether the specified document exists in database Please note that this does not compare documents
Returns a list of props mapped with docKey
Returns a list of props following the entity schema
Returns whether this document hhas unsaved updated properties
Remove a document from the database
a Promise that resolves into a boolean, true if document was removed, false if the document doesn't have a docId in its slothdata
Saves document to database. If the document doesn't exist, create it. If it exists, update it. If the _id was changed (due to props changing), remove to old document and create a new one
a Promise resolving into document props
Generated using TypeDoc
Base abstract entity, for all entitoies The generic parameter S is the schema of the document