public class Relinker
extends java.lang.Object
Repository
level and identifies references via properties. It attempts to find all fields that
point to a particular record and rewrite them to point to a different record instead. The operation is intended for database refactoring (specifically merge operations)
rather than production use.Constructor and Description |
---|
Relinker() |
Modifier and Type | Method and Description |
---|---|
void |
relink(Repository res,
Repository.Record src,
Repository.Record dest) |
public void relink(Repository res, Repository.Record src, Repository.Record dest) throws DataFault, ConsistencyError
DataFault
ConsistencyError