| Author |
Hibernate No Dialect mapping for JDBC type: -1
|
Abiodun Adisa
Ranch Hand
Joined: Jan 17, 2002
Posts: 495
|
|
I keep getting this error whenever i run the code below Any suggestion would be appreciated
|
 |
Edvins Reisons
Ranch Hand
Joined: Dec 11, 2006
Posts: 364
|
|
|
There is a three-argument setParameter where you can specify the Hibernate type.
|
 |
Abiodun Adisa
Ranch Hand
Joined: Jan 17, 2002
Posts: 495
|
|
solved it by changing select * from employer where username=? to select username from employer where username=?";
|
 |
 |
|
|
subject: Hibernate No Dialect mapping for JDBC type: -1
|
|
|