Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.05
Mapping documents:NA
Code between sessionFactory.openSession() and session.close():NA
Full stack trace of any exception that occurs:NA
Name and version of the database you are using:NA
The generated SQL (show_sql=true):NA
Debug level Hibernate log excerpt:NA
The following code works in 2.x
Example exampleMetric = Example.create(myMetric).ignoreCase().enableLike(MatchMode.ANYWHERE);
In the process of upgrading to 3.05
- changed the net.sf.hibernate.... to org.hibernate
- MatchMode is not recognized....can't find where MatchMode is in 3.05
Lee