Methods Summary |
---|
public java.lang.String | getCollectionRole()
return collectionRole;
|
public java.lang.String | getEntityName()
return entityName;
|
public org.hibernate.property.PropertyAccessor | getPropertyAccessor(java.lang.Class clazz)
return new IndexPropertyAccessor(collectionRole, entityName);
|
public boolean | isBackRef()
return true;
|
public boolean | isBasicPropertyAccessor()
return false;
|
public void | setCollectionRole(java.lang.String collectionRole)
this.collectionRole = collectionRole;
|
public void | setEntityName(java.lang.String entityName)
this.entityName = entityName;
|