1<!-- For Properties File -->
2spring.jpa.properties.hibernate.current_session_context_class=org.springframework.orm.hibernate4.SpringSessionContext
3
4<!-- For XML Config -->
5<property name="hibernate.current_session_context_class">thread</property>