Progs
Progs

Reputation: 737

Hibernate calling a stored procedure with named queries

I am still learning about hibernate. I am wondering if it is possible to use a named query to call a stored procedure with output and input parameters?

Is this a good idea in terms of security, is practical, good practice etc..?

Upvotes: 1

Views: 3271

Answers (1)

Vikrant Kashyap
Vikrant Kashyap

Reputation: 6846

try this

A) How to Call Stored Procedure In Hibernate

B) call-stored-procedure-in-hiber

Trusted Links Only

Upvotes: 1

Related Questions