Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can't execute trigger through hibernate

org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)

I have DATABASE trigger. But when I save object through hibernate session object, Its throws above exception

like image 234
Hemraj Avatar asked Jan 01 '26 04:01

Hemraj


1 Answers

It is possible in hibernate 3.0.6.

Just follow the link for idea. If you post the code of yours can see..

https://forum.hibernate.org/viewtopic.php?t=973262

like image 158
Prathap Avatar answered Jan 02 '26 18:01

Prathap