public class BackrefPropertyAccessor extends Object implements PropertyAccessor
Modifier and Type | Class and Description |
---|---|
class |
BackrefPropertyAccessor.BackrefGetter
Internal implementation of a property getter specific to these back-ref properties.
|
static class |
BackrefPropertyAccessor.BackrefSetter
Internal implementation of a property setter specific to these back-ref properties.
|
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 |
---|
BackrefPropertyAccessor(String collectionRole,
String entityName)
Constructs a new instance of BackrefPropertyAccessor.
|
public static final Serializable UNKNOWN
public Setter getSetter(Class theClass, String propertyName)
getSetter
in interface PropertyAccessor
theClass
- The class on which the property is defined.propertyName
- The name of the property.public Getter getGetter(Class theClass, String propertyName)
getGetter
in interface PropertyAccessor
theClass
- The class on which the property is defined.propertyName
- The name of the property.Copyright © 2018 JBoss by Red Hat. All rights reserved.