- Create Database with triggers. Solving the colon problem in hibernate.
In order to create a database with triggers I made some simple java object (see attachment).
The problem was when I try to execute a pl/sql procedure hibernate thinks the colon ':' represents a parameter of the query.
To solve this I requested a JDBC connection and executed the procedure at JDBC level.
The problem with colon is describe in:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1237
- Lifewise datamodel design (see attachement)
Last modified 14 years ago
Last modified on 2010-12-08T15:25:25+01:00
Attachments (3)
- CreateDatabase.java (1.8 KB) - added by 14 years ago.
- impuwise_ui.xml (1.4 KB) - added by 14 years ago.
- impuwise_db.xml (5.4 KB) - added by 14 years ago.
Download all attachments as: .zip