• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Customzied OR Mapping

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In OR mapping is it possible to generate multiple table joins automatically.

I am not using any OR Mapping tool. I want to use XML file for listing out the relationships and the code (for Example A mapper class) can read this file and retrieve the objects from database.

Has anyone tried that?

Other open source tools like MyGeneration give only methods for single factory DAL and entity. When 5 or 6 tables come into picture I have to make multiple calls to database via Factory classes --DAL -- ENTITY Layer to get all the entities. I want to avoid that so when all the relationships are clear (or taken from XML File) then only the call to database is made.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic