Changes between Version 2 and Version 3 of object-relational-mapping
- Timestamp:
- 10/06/08 16:23:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
object-relational-mapping
v2 v3 3 3 An implementation design decission has been to decide for xml mapping files. Are annotation been considered? 4 4 5 ---- 6 heikki : 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 8 Note that the current implementation does not use annotations; if we switch to that style we'll have to update the current code base. 9