I am new to hibernation and until this date I have not encountered stored procedures.
Can someone tell me how to do the following in Hibernate, this stored procedure returns three fields
date, balance, name_of_person
execute the procedures 'dfd' 'fdf' '34'
Is it necessary to create a bean so that the bean has the following fields: date, balance, name_of_person
Do I need to create a properties file?
Can I use criteria to perform sleep procedures?
If I am the only NativeQuery variant, then how can I create a property file since I donβt have such a table as the result from the procedure
Is it possible to use my own query myself without using any bean file or property and print the results
java stored-procedures hibernate
user617597
source share