Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2.1
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using: PostgreSQL 7.4
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
hibernate
Problems with Session and transaction handling?
I have a strange problem with triggers.
I have declared triggers to be executed after update, insert and delete on some tables to keep track on changes.
This works well when I execute queries manually from within the pgadmin3 tool. But when running through Java and Hibernate nothing happens. And what's worse, the triggers are removed from those tables! The procedures are still intact but they are not anymore connected as triggers to their tables.
Read this:
http://hibernate.org/42.html