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
Help coderanch get a
new server
by contributing to the
fundraiser
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:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
Object Relational Mapping
How to call stored procedure through Hibernate?
yamini nadella
Ranch Hand
Posts: 257
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
can we call a stored procedure through hibernate from
java
? How to call.
Paul Sturrock
Bartender
Posts: 10336
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Yes you can, assuming you are using Hibernate3. You can map a Stored Procedure as a named query.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Dave Salter
Ranch Hand
Posts: 293
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
As Paul says, you can certainly do this.
Have a look
here
for further details.
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how to use stored procedure made in sqlserver through hibernate
Cursor and Hibernate
Stored Procedure + Hibernate + DB2
How to execute stored procedure?
How to call Stored Procedure from Hibernate?
More...