When to use TopLink?
308675Jul 23 2007 — edited Jul 23 2007ORM sounds like a great product category. At what point and what circumstances would it be recommened to use an ORM solution like TopLink?
If I only have 1 table in my database and am just doing a simple insert, update, and select, then I don't think it makes sense to use TopLink. I heard TopLink has overhead that could slow the process. Probably just fine to use simple JDBC here. But if I have 10 or more tables then TopLink sounds interesting.
In this case, processing speed is the most important concern here.