tenwit wrote:
In your hibernate.cfg.xml, anywhere inside the <session-factory> element, add this line:
Code:
<property name="hibernate.query.factory_class">org.hibernate.hql.classic.ClassicQueryTranslatorFactory</property>
I didn't know that weblogic conflicts with HqlToken. That's what you get for not going open source :)
Hi All:
What does it mean when we use
<property name="hibernate.query.factory_class">org.hibernate.hql.classic.ClassicQueryTranslatorFactory</property>.
Does it mean our HQL will be compliant to Hibernate 2.1 or the HQL in the book "Hibernate In Action". Also what about the domain object and java classes, do we have to inherit a package related to hibernate classic?