SQL Error No Dialect mapping for JDBC type
Error :--
org.hibernate.MappingException: No Dialect mapping for JDBC type: 1111
at org.hibernate.dialect.TypeNames.get(TypeNames.java:70)
at org.hibernate.dialect.TypeNames.get(TypeNames.java:101)
at org.hibernate.dialect.Dialect.getHibernateTypeName(Dialect.java:666)
Above hibernate error can be resolved in NATIVE sql by
1. Use this syntax
instead of this
2. Use this syntax
instead of this
For example
Use this
Instead of this