Class PropertyAccessEmbeddedImpl

  • All Implemented Interfaces:
    PropertyAccess

    public class PropertyAccessEmbeddedImpl
    extends Object
    implements PropertyAccess
    PropertyAccess for handling non-aggregated composites.

    IMPL NOTE : We actually use a singleton for the Setter; we cannot for the getter mainly because we need to differentiate Getter.getReturnTypeClass(). Ultimately I'd prefer to model that "common information" on PropertyAccess itself.