Load URI template values from the entity

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1791

This topic has not yet been written. The content below is from the topic description.
8.2.5.1. Loading URI template values from the entity URI template values are extracted from the entity from fields or Java Bean properties annotated with @ResourceID, JAXB's @XmlID or JPA's @Id. If there are more than one URI template value to find in a given entity, you can annotate your entity with @ResourceIDs to list the names of fields or properties that make up this entity's Id. If there are other URI template values required from a parent entity, we try to find that parent in a field or Java Bean property annotated with @ParentResource. The list of URI template values extracted up every @ParentResource is then reversed and used as the list of values for the URI template.