L
- public interface LinkComposite<L extends IndexedLinkManager.Link>
Composite
s that wish
to take part in a IndexedLinkManager.Link.setup()
operation
The implementing Link class must explicitly look for composites that implement
this interface in its IndexedLinkManager.Link.setup()
method.Modifier and Type | Method and Description |
---|---|
void |
modifyHistoryTable(TableSpecification spec)
Add Tracking fields to the history table default specification
|
void |
setup(L target) |
void setup(L target)
void modifyHistoryTable(TableSpecification spec)
spec
-