Interface BaseProxy
-
- All Known Subinterfaces:
EntityProxy,ValueProxy
public interface BaseProxyThe root type from which all client-side proxy objects are derived. Users should not extend the BaseProxy type directly, but use eitherEntityProxyorValueProxy.- See Also:
EntityProxy,ValueProxy