Changes between Initial Version and Version 1 of JorisLog/2010/12/07


Ignore:
Timestamp:
2010-12-08T12:25:29+01:00 (14 years ago)
Author:
jlops
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JorisLog/2010/12/07

    v1 v1  
     1Create Database with triggers. Solving the colon problem in hibernate.
     2
     3In order to create a database with triggers I made some simple java object (see attachment).
     4
     5The problem was when I try to execute a pl/sql procedure hibernate thinks the colon (:) represents a parameter of the query.
     6
     7To solve this I requested a JDBC connection and executed the procedure at JDBC level.
     8
     9The problem with colon is describe in:
     10
     11http://opensource.atlassian.com/projects/hibernate/browse/HHH-1237