Re: The old o/r mapper question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Anyone else with something USEFUL to add? ;)

Seriously though, maybe i should specify. What i'm looking for is an
O/R Mapper that provides the following:
- Should let you build the Object Model seperate from the Database.
Ideailly i would like something that let you generate the database from
your model, but with the option to generate objects from an existing
legacy database.
- A decent UI
- Built in Code Generation (i'm tired of going to Codesmith to regen my
code)
- Support for inheritance and polymorphism
- Support for pre-fetches or JOINS (if i'm getting a list of the top 30
Orders, I should be able to get their related Customer objects in the
same query)

Peter wrote:
Fregas,
Let me make a confession. I've experimented with so many of these, my head
is still spinning and I still haven't been able to "Standardize" on a single
one of them.

They are all a bit different, and each seemed to have its own set of
idiosyncracies, benefits, and drawbacks.

Put another way, "beauty is in the eye of the beholder".

Best of luck,
Peter

Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net




"Fregas" wrote:

Just an update to see what O/R Mappers you guys recommend. LINQ is
coming out soon but i'd really like to standardize on something at my
company. Some O/R Mappers i've already looked at or used in the past:

- NHIbernate
- LLBLGen
- NetTiers
- Paul Wilson's ORM
- IdeaBlade
- Thona's Entity Broker (I absolutely REFUSE to use this because the
developer is so arrogant and abusive on asp.net forums)

Does anyone have any suggestions other than the ones above?



.



Relevant Pages

  • Re: object databases
    ... O/R mapper. ... Since you brought this up - are there mappers which support non relational ... 'Enterprise Objects Foundation', 'EOF', which is, among other things an ... where Hibernate directly maps database constructs to Java ...
    (comp.object)
  • Re: The old o/r mapper question
    ... Should let you build the Object Model seperate from the Database. ... Built in Code Generation (i'm tired of going to Codesmith to regen my ... Support for pre-fetches or JOINS (if i'm getting a list of the top 30 ... is still spinning and I still haven't been able to "Standardize" on a single ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: acceptable way to program
    ... > provide a poor man's object database. ... Hibernate is a good example of the latter. ... I know of no O/R mapper that's really universally outstanding ... in being able to map an existing database schema in an ideal way. ...
    (comp.lang.java.programmer)
  • Re: object relational mapping
    ... > Anyone got any ideas/sample code on how to construct classes which ... > map to database tables, in particular the CRUD type code. ... I've spend the last 3 years writing an O/R mapper. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: object databases
    ... O/R mapper. ... Since you brought this up - are there mappers which support non relational ... storages (XML, proprietary formats, etc.)? ... Sasa ...
    (comp.object)