Open GoogleCodeExporter opened 9 years ago
<entity name="Page"> <column name="pageId" type="int" primary="true"/> <column name="description" type="PageDescription"/> </entity> <entity name="PageDescription"> <column name="descId" type="int" primary="true"/> <column name="name" type="String"/> </entity> * PageModelImpl should have a getDescription() which returns a PageDescription * PageDescriptionImpl should define getters & setters for pageId (and getter for Page?)
Original issue reported on code.google.com by limburgie on 12 Nov 2010 at 2:53
limburgie
Original comment by limburgie on 19 May 2011 at 1:24
Original comment by limburgie on 19 May 2011 at 1:25
Original issue reported on code.google.com by
limburgie
on 12 Nov 2010 at 2:53