Changes between Initial Version and Version 1 of JorisLog/2010/12/07
- Timestamp:
- 2010-12-08T12:25:29+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JorisLog/2010/12/07
v1 v1 1 Create Database with triggers. Solving the colon problem in hibernate. 2 3 In order to create a database with triggers I made some simple java object (see attachment). 4 5 The problem was when I try to execute a pl/sql procedure hibernate thinks the colon (:) represents a parameter of the query. 6 7 To solve this I requested a JDBC connection and executed the procedure at JDBC level. 8 9 The problem with colon is describe in: 10 11 http://opensource.atlassian.com/projects/hibernate/browse/HHH-1237