Tuesday, July 17, 2018

Hibernate Miscellaneous Properties

Configuration Properties:


  1. hibernate.current_session_context_class= thread( "jta", "thread", and "managed")



2. hibernate.query.factory_class=org.hibernate.hql.internal.classic.ClassicQuery



Chooses the HQL parser implementation. 
e.g.org.hibernate.hql.ast.ASTQueryTranslatorFactory or
org.hibernate.hql.classic.ClassicQueryTranslatorFactory

No comments:

Post a Comment