Protected_The specific backend adapter designated for this repository's requests.
Static ReadonlyCOLLECTION_StaticuseToggle indicating whether to automatically parse formats natively as Date.
Creates a new persistent record for the provided base object instance.
The new model instance.
Optionaluid: stringOptional explicit identifier.
A promise resolving to the saved and repopulated model instance.
delete object in its backend
string
Internal utility transforming a string key or path into a ready-to-use DataObject.
The short UID or full database path.
A promise resolving to the newly initialized DataObjectClass.
ProtectedgetProtectedgetExecutes an advanced Query using the current repository's backend adapter.
The configured Query builder instance.
A promise resolving to an array of model instances matching the query.
Retrieve object from its backend
string | ReferenceType
Updates an existing database record using the mutated object instance.
The modified object instance.
A promise resolving to the updated object footprint.
Base Repository for AbstractMdmObject child models