Answers for "org.hibernate.HibernateException: No CurrentSessionContext configured! hibernate spring"

0

org.hibernate.HibernateException: No CurrentSessionContext configured! hibernate spring

<!-- For Properties File -->
spring.jpa.properties.hibernate.current_session_context_class=org.springframework.orm.hibernate4.SpringSessionContext

<!-- For XML Config -->
<property name="hibernate.current_session_context_class">thread</property>
Posted by: Guest on July-22-2020

Code answers related to "org.hibernate.HibernateException: No CurrentSessionContext configured! hibernate spring"

Browse Popular Code Answers by Language