openjpa.jdbc.Synchronizemappings will complaint if what OpenJPA thinks a column C for a mapped field f should be in the database and an existing database column C are not the same. But if you have an extra column X in database table and no corresponding field in your domain object model that maps to X -- then most of the openjpa.jdbc.Synchronizemappings settings will leave column X as it is.
-- View this message in context: http://www.nabble.com/Database-columns-not-used-by-OpenJPA-tp16395826p16399134.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
