How to invoke stored procedure in hibernate?



How to invoke stored procedure in hibernate?..

Answer / Jitendra Sharma

To invoke a stored procedure in Hibernate, you can use the Session.executeUpdate() or Session.createSQLQuery() methods and pass the SQL statement that calls the stored procedure. Make sure to check Hibernate documentation for the proper usage of stored procedures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More J2EE Interview Questions

What is java ee used for?

1 Answers  


What is considered as a web component?

1 Answers  


What is j2ee explain the component of j2ee application?

1 Answers  


How to invoke stored procedure in hibernate?

1 Answers  


I Want build and release interview questions

1 Answers  


What are the components of j2ee?

1 Answers  


Are java primitives objects?

1 Answers  


What is j2ee application?

1 Answers  


What are j2ee technologies?

1 Answers  


What is ejb jar file?

1 Answers  


where exactly the servlets and jsp's are stored?

6 Answers   CG-VAK, JHJ, TCS,


What is attribute what is asant?

1 Answers  


Categories