Changes between Version 7 and Version 8 of FmgVen
- Timestamp:
- Apr 11, 2011, 12:04:30 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FmgVen
v7 v8 8 8 - [wiki:FmgVen/Development Development] 9 9 }}} 10 fmgVen is an alternative to heavyweight ORM tools, where mapping is problematic, and having problems because of lazy loading, etc. It maps database to java domain objects without mapping. Data access must be simple and lightweight. The points of fmgVen are;10 fmgVen is an alternative to heavyweight ORM tools, where mapping is not easy, and problematic because of lazy loading, etc. It maps database to java domain objects without explicit mapping configuration. Data access must be simple and lightweight. The points of fmgVen are; 11 11 12 12 * You should know SQL, ORM tool should not aim to abstract out SQL knowledge