public class IndexPropertyAccessor extends Object implements PropertyAccessor
Modifier and Type | Class and Description |
---|---|
class |
IndexPropertyAccessor.IndexGetter
The Getter implementation for index backrefs.
|
static class |
IndexPropertyAccessor.IndexSetter
The Setter implementation for index backrefs.
|
Constructor and Description |
---|
IndexPropertyAccessor(String collectionRole,
String entityName)
Constructs a new instance of IndexPropertyAccessor.
|
public Setter getSetter(Class theClass, String propertyName)
PropertyAccessor
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)
PropertyAccessor
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.