I created on function in mysql
SELECT mpm_autogenerate_code(param1,param2)
and i want to call this function using Hibernate Query Language
I created on function in mysql
SELECT mpm_autogenerate_code(param1,param2)
and i want to call this function using Hibernate Query Language