Closed andrus closed 2 years ago
An overlay like this is treated as if it is "empty", and does not apply the data resolver to the underlying entity:
return Ag .select(E1.class, config) .entityOverlay(AgEntity.overlay(E1.class).redefineRootDataResolver(new E1Resolver())) .get();
An overlay like this is treated as if it is "empty", and does not apply the data resolver to the underlying entity: