Re: Antwort: SQL Input from user
Hans Novak <[email protected]> Mon, 28 Apr 2008 16:24:07 +0200
| Newsgroups | gmane.comp.jakarta.ojb.user |
|---|---|
| Message-ID | <[email protected]> |
Mario Curcija schrieb: > 4.22. Is it possible to perform my own sql-queries in OJB? > http://db.apache.org/ojb/docu/faq.html#performSQL > Hi, ok, that is a beginning ;) But in the doc is described Query q2 = QueryFactory.newQuery(Article.class, sql); how can i use this, if i dont know, what classes are needed for the SQL string ? Hans