|
From: James C. <jim...@do...> - 2004-07-07 13:54:55
|
Great information, thanks! > -----Original Message----- > A great combination would be the persistence semantics of OJB's > PersistenceBroker API and a text-based query language like HQL. That would > be really useful for query-intensive scenarios that can easily live with > explicit store calls. After all, I don't see anything that ties HQL to > automatic change detection. On The Server Side, Brain McCallister made the following comment (http://www.theserverside.com/news/thread.tss?thread_id=27002#128119): > Hibernate does a few nice things that OJB doesn't as well. I think > HQL is darned good. It is the best object/relational query language > I know of right now (and I really liked O2). One of the OJB guys > actually implemented it on OJB a while back, but for (hopefully) > obvious reasons we never committed it or made it available. I guess I'm one of the ignorant few who don't realize the obvious reasons for not committing an HQL syntax. :) It would make migrating to (or simply trying out) OJB a no-brainer. As it is, we would have to learn the OJB query syntax and rewrite these parts of our code. I hope it wasn't an attempt *not* to pay homage to a good idea. :) |