Dynamic collection API.
Dynamic collections act like Query() objects for read operations and support basic add/delete mutation.
Class | AppenderQuery |
A dynamic query that supports basic collection storage operations. |
Class | AppenderMixin |
Undocumented |
Class | CollectionHistory |
Overrides AttributeHistory to receive append/remove events directly. |
Class | DynaLoader |
Undocumented |
Class | DynamicAttributeImpl |
Undocumented |
Class | DynamicCollectionAdapter |
simplified CollectionAdapter for internal API consistency |
Function | mixin_user_query |
Return a new class with AppenderQuery functionality layered over. |