I have a schema in MySQL, I used Netbeans to create a POJO. Then I update my application and change the scheme (big modification), now I want to synchronize my POJO updates with my scheme. Please tell me how to do this, I can not generate POJO, because when programming my application I modified POJO a lot, and manual synchronization can cause a lot of errors.
Yes, I know Bedvir asked this question last year. But now the Hibernate infrastructure has been updated many times. Perhaps it supports this feature. If so, tell me how to use. Many thanks!
source
share