• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Question about EJB 4 edition

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been reading EJB 4 edition for RMH.
I have the following question (the following from Jbosscmp file):

the customer table contains a field called HOME_ADDRESS (FK) to the address table.
please, look at the following :

in this section he is defining the Address side , right ?
id is id of AddressBean or CustomerBean ?
I am confused because column name contains the foriegn key of customer table while he is defining the Address side.
reply
    Bookmark Topic Watch Topic
  • New Topic