public class PropertyAccessFieldImpl extends Object implements PropertyAccess
Constructor and Description |
---|
PropertyAccessFieldImpl(PropertyAccessStrategyFieldImpl strategy,
Class containerJavaType,
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 PropertyAccessFieldImpl(PropertyAccessStrategyFieldImpl strategy, Class containerJavaType, 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.