Class representing an Entity Adapter.
The type of the entity.
Represents a Constructor.
The _entity$ parameter.
The _dispose parameter.
Refreshes the entity data.
refresh
Sets the data for the object.
The data to set. Can be either a partial object of type T or a function that takes the previous data of type T and returns a partial object of type T.
Retrieves the current entity object.
The current entity object.
Converts the current value of the _entity$ property to an object.
_entity$
The _entity$ property value converted to an object.
toObject
Retrieves the data associated with the current entity.
The data object.
Retrieve the ID of the current entity.
The ID of the current entity.
Class representing an Entity Adapter.