Mapping Objects to Relational Databases: O/R Mapping In Detail
The naming convention that I’m using is reasonably straightforward: Order.dateOrdered refers to the dateOrdered attribute of the Order class. Similarly Order.DateOrdered refers to the DateOrdered column of the Order table. Order.getTotalTax() refers to th
www.agiledata.org |