Customizing the classes that perform matching

The PCBeanMatcher object always uses the gw.api.logicalmatch.LogicalMatcher delegate if one is available. Note that effective-dated objects use the EffDatedLogicalMatcher interface, which is a subtype of LogicalMatcher. Each effective-dated entity type in the base configuration provides a delegate class that implements EffDatedLogicalMatcher. If you need to change the matching behavior for generating a list of differences, you can edit that class.