from User as u where ((u.firstName like '%" + firstName +
"%') " + logicalOperator + " (u.lastName like '%" + lastName +
"%') " + logicalOperator + " (u.nickname like '%" + nickname +
"%')) AND (u.role.role like '%" + role + "%')";
Posted by Anrew on Tuesday, 04.7.09 @ 18:37pm | #86610
The given key was not present in the dictionary.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Exception: The given key was not present in the dictionary.
Posted by Chirag on Wednesday, 10.15.08 @ 12:20pm | #81092
Hello,
First of all, congratulations to keep a lot of documentation about hibernate in one place: it's help a lot !
I need to call an stored procedure in oracle from Hibernate (see bellow) that has 1 input parameter and 2 return values. I'm receiving and error from Oracle (invalid column index). Any help is appreciated.
Thanks in advance !!!
It is really good material for the beginners, nice, and thanks for your effort in presenting this material, try to update this one with the diffrent IDE's
Posted by vittal kambagi on Thursday, 04.26.07 @ 16:52pm | #14980