-
Notifications
You must be signed in to change notification settings - Fork 0
Utils
cjsteele edited this page Jan 7, 2015
·
2 revisions
This module is still evolving, but contains a basic Repository implementation using a Map as a registry. This can be helpful for initial, database independent testing of your solution, or for mocking/stubbing purposes.
The LongKeyMapRepository creates Long values as keys for saved Identifiable instances.
Anything concerning filtering and ordering is still under development