Hi, Habib hayyane wrote: > Hi every body, I'm using OJB/JDO at the level of the mapping layer of > my application, and I found that many meethods are blank, I dont know > if I have to implement it, or I must await the next versions,
Our current JDO implementation is a prototype only. Thus there are still many unimplemented things. It will still take some time to get these things implemented... > Concerning old the applications, although they use "Data Access > Builder" for the mapping, They use from time to time, the jdbc for > the specific sql call, Is what a way to write the pur jdbc call in > OJB/JDO, or I have to rewrite all the olde mapping layer. Thanks, > Habib You can use manually code SQL in OJB too. There is a class QueryBySql class that allows to perform manually coded SELECT statements. For INSERT, UPDATE, DELETE you have to work with JDBC connections directly. OJB can help you here too. Please see http://jakarta.apache.org/ojb/xref/org/apache/ojb/broker/PerformanceJdbcReferenceTest.html#130 for an example. cheers, Thomas > > > > --------------------------------- Yahoo! Mail -- Une adresse > @yahoo.fr gratuite et en fran�ais ! > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
