api/repository library
Classes
-
Repository<
V extends Entity> -
Base interface for defining persistence endpoints. Can be plugged into
SunnyStore
for convenient API access
Mixins
-
SignalingApiMixin<
V extends Entity> - This mixin is applied to auto-generated apis, and ensures that the modification events are propagated and can be listened to.
Typedefs
-
PersistenceLifecycleEvent<
T> = dynamic Function(T input)