If you have existing SQL and are comfortable with it, you may want to look at using iBATIS for your database access, too:
http://ibatis.apache.org It is a data mapper, meaning that it maps your sql to java objects instead of an ORM that maps database objects to java objects. Larry On 4/5/06, 101questionjsf <[EMAIL PROTECTED]> wrote: > > hi all, > > Currently, i'm using JDBC statements, and using Oracle db. But got a feeling > these JDBC statements are going to be Oracle specific... Please help me > confirm this is true? > > If using Hibernate, will it tie to Oracle db or it will be regardless of the > backend db, it can just run in any db without any modification > -- > View this message in context: > http://www.nabble.com/JDBC-and-Hibernate-t1398402.html#a3761141 > Sent from the MyFaces - Users forum at Nabble.com. > >

