bigint « Exception « JPA Q&A





1. ERROR: operator does not exist: bigint ~~ bigint    forum.hibernate.org

After doing this: http://pastebin.com/m2f3732d6 I get this exception: Quote: "ERROR: operator does not exist: bigint ~~ bigint" Hibernate version: 3 Name and version of the database you are using: PostgreSQL 8.3 Full stack trace of any exception that occurs: org.hibernate.exception.SQLGrammarException: could not execute query at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) at org.hibernate.loader.Loader.doList(Loader.java:2223) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) at org.hibernate.loader.Loader.list(Loader.java:2099) at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:94) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1569) at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:283) at ...