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