资 源 简 介
A suite of utility functions designed to make creating and linking managed objects easier.
The ReferenceCollections provide the automatic referencing and dereferencing functionality of the Scalable collections but without the overhead. They are useful for small to medium sized collections of managed objects where heavy concurrent access (particularly concurrent write access) is never or rarely required.
The Indexing maps also provides some of the indexing and searching functionality from relational database tables - with the ability to treat each Managed Object as though it is a row in the table and have both unique and non-unique indexes into the data. Managed objects can then be queried based on any of the indexes which also update automatically as data changes.
AbstractManagedObject - a basic managed object with a unique id
IndexableField - a field that can be used as a map index and if it modifies the map index is modified to
IndexableRefe