Changes between Version 2 and Version 3 of object-relational-mapping


Ignore:
Timestamp:
Oct 6, 2008, 4:23:32 PM (16 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • object-relational-mapping

    v2 v3  
    33An implementation design decission has been to decide for xml mapping files. Are annotation been considered?
    44
     5----
     6heikki : I prefer having the O/R binding definition in XML files rather than inside the Java source code; I find it easier to find what you look for that way, and it is a bit more 'decoupled' in my opinion. But it's basically just a matter of taste, and I'm OK with using annotations if that is what everybody else prefers.
     7
     8Note that the current implementation does not use annotations; if we switch to that style we'll have to update the current code base.
     9