using Hibernate

Hello, it's me again

I'm now working on one J2EE project and is using the SOFIA framework so as to provide an MVC architecture. Along with that, i have to usehibernate for database aplications.

But while examining the project, i came to see that the data retrieving code is not present. I mean the SQL query used. Could anyone tell me where i have to look to find this SQL query.

[408 byte] By [BENQa] at [2007-11-27 1:42:13]
# 1

Hibernate doesn't use SQL (well, it does, but you don't see it (well, you can see it, but that's not the point)), it's a different technology.

Hibernate has it's own SQL-like language HQL, but it can be used without HQL also, by using the methods provided.

I suggest you read about hibernate on their site at [url="http://www.hibernate.org"]hibernate.org[/url].

Also, learning hibernate can take some time, so don't expect to get to a fast start (I learned this the hard way).

-Kayaman-a at 2007-7-12 0:58:34 > top of Java-index,Java Essentials,Java Programming...