Description
two points found in the torque 4 tutorial:
http://db.apache.org/torque/releases/torque-4.0/tutorial/orm/step3-maven.html
"For example, the author table, defined in this tutorial, will result in the following four classes:"
This is not correct; there are eight classes.
http://db.apache.org/torque/releases/torque-4.0/tutorial/orm/step5.html
In section "The Gory Details (not for the faint):"
"As an alternative, for selects using joins, there are the following protected methods in the BasePeer classes[...]"
These methods aren't protected; they are public. Is the tutorial not up to date or is this a bug in the generator?