public interface HollowCombinerCopyDirector
The most useful implementation of this is likely the HollowCombinerExcludePrimaryKeysCopyDirector
Modifier and Type | Field and Description |
---|---|
static HollowCombinerCopyDirector |
DEFAULT_DIRECTOR |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldCopy(HollowTypeReadState typeState,
int ordinal) |
static final HollowCombinerCopyDirector DEFAULT_DIRECTOR
boolean shouldCopy(HollowTypeReadState typeState, int ordinal)
HollowTypeReadState
in the output.
If this method returns false, then the copier will not attempt to directly copy the matching record. However, if
the matching record is referenced via another record for which this method returns true, then it will still be copied.