Search code examples
javahibernatehibernate-mapping

Column present in Database but not in Hibernate mapping xml


I have a use case where one field is present in Table but not present in the Hibernate hbm xml

and POJO. Will it cause any issues while compilation or running or persisting?


Solution

  • It should not cause any issue. Otherwise it will become the worst ORM.