I am creating a spring project using an existing oracle 11g DB. I have set the hibernate ddl-auto : update property in order to add non existing columns to the DB.
the pr