> Have you extended the base-line non-typed get() method to support > relation fetching? So, in groovy, I could do order.entryDate(which is > possible now), or order.OrderItem(because the first char is capital, > it would do a relation fetch). >
So we haven't but that is something that should be done in GenericValue.get(fieldName). Good idea.
