public class PropertyAccessEmbeddedImpl extends Object implements PropertyAccess
Getter.getReturnType()
. Ultimately I'd prefer to
model that "common information" on PropertyAccess itself.Constructor and Description |
---|
PropertyAccessEmbeddedImpl(PropertyAccessStrategyEmbeddedImpl strategy,
Class containerType,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
Getter |
getGetter()
Obtain the delegate for getting values for the described persistent property
|
PropertyAccessStrategy |
getPropertyAccessStrategy()
Access to the PropertyAccessStrategy that created this PropertyAccess
|
Setter |
getSetter()
Obtain the delegate for setting values for the described persistent property
|
public PropertyAccessEmbeddedImpl(PropertyAccessStrategyEmbeddedImpl strategy, Class containerType, String propertyName)
public PropertyAccessStrategy getPropertyAccessStrategy()
PropertyAccess
getPropertyAccessStrategy
in interface PropertyAccess
public Getter getGetter()
PropertyAccess
getGetter
in interface PropertyAccess
public Setter getSetter()
PropertyAccess
getSetter
in interface PropertyAccess
Copyright © 2019 JBoss by Red Hat. All rights reserved.