Class CompoundEntityResolver

java.lang.Object
org.kuali.rice.ken.util.CompoundEntityResolver
All Implemented Interfaces:
EntityResolver

public class CompoundEntityResolver extends Object implements EntityResolver
EntityResolver implementation that delegates in sequence to a list of EntityResolvers, returning the first match.
Author:
Kuali Rice Team (rice.collab@kuali.org)