My problem is i try to insert text that contain char : in my query
I have tried to put double backslash // before char : but still not working.
ABNORMALL
Here Hibernate is parsing an insert that contains a hard-coded value that has a colon in it. If you rewrite the insert to use parameters then Hibernate won't see the value as part of the statement.