public class IndexPropertyAccessor extends java.lang.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(java.lang.String collectionRole,
java.lang.String entityName)
Constructs a new instance of IndexPropertyAccessor.
|
public IndexPropertyAccessor(java.lang.String collectionRole,
java.lang.String entityName)
collectionRole - The collection role which this back ref references.entityName - The name of the entity owning the collection.public Setter getSetter(java.lang.Class theClass, java.lang.String propertyName)
PropertyAccessorgetSetter in interface PropertyAccessortheClass - The class on which the property is defined.propertyName - The name of the property.public Getter getGetter(java.lang.Class theClass, java.lang.String propertyName)
PropertyAccessorgetGetter in interface PropertyAccessortheClass - The class on which the property is defined.propertyName - The name of the property.Copyright © 2013. All Rights Reserved.