Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Object Relational Mapping
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
Object Relational Mapping
difference between hql and sql
Ranga Reddy shreya
Ranch Hand
Posts: 30
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
difference between hql and sql.
Enjoy life .
Scott Johnson
Ranch Hand
Posts: 518
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
They look similar syntax-wise (both have select clauses, from clauses, where clauses, etc.)
But they are really quite different. SQL is table-oriented, but HQL is object-oriented.
See the
Hibernate reference manual
for more details.
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
new to sql
iBatis vs hibernate
Convert SQL to Criteria please
"like clause" in HQL?
what's the syntax differnece between hibernate hql and sql?
More...