public abstract class Lookup extends Object
| Constructor and Description |
|---|
Lookup() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close() |
RecordList |
get(List<?> keys) |
abstract RecordList |
get(Object... keys)
Returns the records that match the supplied composite lookup key.
|
protected void |
open() |
protected void open()
protected void close()
public abstract RecordList get(Object... keys)
Contract for subclasses (see also docs/authoring/Lookup.md):
LookupTransformer; keep it fast.RecordList when no match is found. null is also
tolerated by LookupTransformer for backward compatibility, but new code
should prefer an empty list for clearer semantics.keys; they are owned by the caller.public RecordList get(List<?> keys)
Copyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.