public class PropertyAccessStrategyBackRefImpl extends Object implements PropertyAccessStrategy
| Modifier and Type | Field and Description | 
|---|---|
static Serializable | 
UNKNOWN
A placeholder for a property value, indicating that
 we don't know the value of the back reference 
 | 
| Constructor and Description | 
|---|
PropertyAccessStrategyBackRefImpl(String collectionRole,
                                 String entityName)  | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyAccess | 
buildPropertyAccess(Class containerJavaType,
                   String propertyName)
Build a PropertyAccess for the indicated property 
 | 
public static final Serializable UNKNOWN
public PropertyAccess buildPropertyAccess(Class containerJavaType, String propertyName)
PropertyAccessStrategybuildPropertyAccess in interface PropertyAccessStrategycontainerJavaType - The Java type that contains the property; may be null for non-pojo cases.propertyName - The property nameCopyright © 2017 JBoss by Red Hat. All rights reserved.