How do you configure the Hibernate class mappings of class org.springframework.orm.hibernate3.LocalSessionFactoryBean in the Spring application context? I want to move the sess
I was also facing the same issue, and this worked for me -
com.odeon.audit.dao.entity.AuditLogEntity
com.odeon.audit.dao.entity.AuditLogApplicationEtity
com.odeon.audit.dao.entity.AuditLogModuleEntity
com.odeon.audit.dao.entity.AuditLogOperationEntity
#{auditCoreProp.getString('jdbc.dialect')}
#{auditCoreProp.getString('jdbc.show_sql')}
#{auditCoreProp.getString('jdbc.hbm2ddl.auto')}