Hibernate version: 3.0.5
Looking at the Hibernate 3 DTD
here it appears that the many-to-one end of a bidirectional relationship does
not support the inverse flag. This would seem to indicate that I can
only set that flag on the collection side. Please clarify or point me to a clarification, a search on the forums and wiki did not turn up anything enlightening. All the example usage I have located has inverse on the collection side, but none mention that it may only be on that side.
While it's no longer strictly needed, finding this information would have helped me quite a bit several hours ago ;)
Thanks