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)
PropertyAccessorgetSetter in interface PropertyAccessortheClass - The class on which the property is defined.propertyName - The name of the property.public Getter getGetter(Class theClass, String propertyName)
PropertyAccessorgetGetter in interface PropertyAccessortheClass - The class on which the property is defined.propertyName - The name of the property.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.