ORM Mappings.............
I have a base table and a child table.
Both of them have their model cfc with their properties assigned and they display their models fine on an writedump().
I have in the parent a property that has the index infro from the child table. I would like the display the name of that index using a one-to-many relationship in hibernate.
I have tried a bunch of ways to output the projectOutput data and have failed:
property name="projectOutput" fieldtype="one-to-many" cfc="Project" FKColumn="projectID" inversejoincolumn="projectID" linktable="PRJCT";
There is data there I just cannot display this from the child table.
Please assist.
Thanks in advance.
