| Recently upgraded spring and hibernate jars of a project and After upgrading it always getting mapping exception saying "Unable to find column with logical name" in table ". New Versions hibernate --> 5.4.9 spring jars(core,aop,web,orm ....)--> 5.2.1 spring-data-jpa-->2.2.1 Old Naming Strategy: hibernate.ejb.naming_strategy=org.hibernate.cfg.ImprovedNamingStrategy Exception : /dataaccess/impl/JpaTestConfig.class]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Unable to find column with logical name pointtypeid in table pointbal" AbstractEntity.java PointBalance.java PointBalanceType.java JpaTestConfig.java Entity.java |