• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

single table and root-leaf table mappings

 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any ideas of what the above mean. I have encountered these terms in VAJ and in one of the mock exams provided by IBM.
Thanks
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rahul
These terms are used when u are working with bean inheritance.
When u are using a single table in the database for mapping the fields of two beans(where one is inherited from another) , single table inheritance table map is used for schema map.
U use root leaf when bean inheritance is done in multiple level.
Hope this helps. Go thru the help of VAJ for more details. If u want any thing specific, feel free to mail me.
regards
Ram
reply
    Bookmark Topic Watch Topic
  • New Topic