Michael.D
Michael.D

Reputation: 179

Grails - hibernate upgrade from 3 to 4

I am getting following error during compilation.

/home/******/Desktop/******/******/src/groovy/org/grails/list/ListDistinct.groovy: 5: unable to resolve class org.hibernate.impl.CriteriaImpl
 @ line 5, column 1.
   import org.hibernate.impl.CriteriaImpl
   ^

/home/*****/Desktop/******/******/src/groovy/org/grails/list/ListDistinct.groovy: 6: unable to resolve class org.hibernate.impl.CriteriaImpl.Subcriteria
 @ line 6, column 1.
   import org.hibernate.impl.CriteriaImpl.Subcriteria

I made an upgrade of hibernate from version 3 to version 4. Does anyone know where are this classes in hibernate 4 or were they replaced?

Upvotes: 0

Views: 285

Answers (1)

Related Questions