public interface DependentResolver
Modifier and Type | Method and Description |
---|---|
DependentID[] |
resolveIDsAfterLookup(DependentID[] obj)
Called to transform persisted, substituted ID strings within reloaded persistable state (DependentID implementations) into usable session runtime IDs.
|
DependentID[] |
resolveIDsBeforeBind(DependentID[] obj)
Called to transform ID strings within persistable state (DependentID implementations) into persistence-safe substituted strings before a save operation.
|
DependentID[] resolveIDsBeforeBind(DependentID[] obj)
obj
- One or more objects that can give an ordered list of IDs for substitution (via the DependentID interface) to the implementer. Note that the given objects will be side- effected and returned to the caller.DependentID[] resolveIDsAfterLookup(DependentID[] obj)
obj
- One or more objects that can give an ordered list of substituted IDs (via the DependentID interface) to the implementer. Note that the given objects will be side- effected and returned to the caller.