Interface | Description |
---|---|
CacheLookups | Deprecated
Just a common place to define all caches, don't see this extending or scaling so deprecating
|
Class | Description |
---|---|
AbstractCategoryLookup<T extends IHierarchialReference> |
Lookup a Category to get Category
IHierarchialReference by using any unique field in itThe AbstractCategoryLookup.transform(Object) accepts a value (some unique key), from which the parent object can be derived
This classs does not perform caching, rely on the class extending it to provide any caching ability |
DefaultHierarchyLookupService<T extends IHierarchialReference,L extends AbstractCategoryLookup<T>> |
Copyright © 2018. All rights reserved.