quote:Originally posted by: busitechOur Java naturally classes contain
properties which arerelationships to other classes - either one to many
or many to one.Due to the fact that these relationships are so
intertwined, manygiven objects end up referencing a large portion of the
database ifone were to recursively follow all of the nested
relationships. Assuch, we desire to have the option of not loading
certainrelationships when the data is not needed.We use EJB 3.0 (JBoss
implementation using Hi...