IndexPropertyAccessorpublic class IndexPropertyAccessor extends Object implements PropertyAccessorRepresents a "back-reference" to the index of a collection. |
Fields Summary |
---|
private final String | propertyName | private final String | entityName |
Constructors Summary |
---|
public IndexPropertyAccessor(String collectionRole, String entityName)Constructs a new instance of IndexPropertyAccessor.
this.propertyName = collectionRole.substring( entityName.length()+1 );
this.entityName = entityName;
|
|