Posts by Alois Benigno • 31 points
2 posts
-
1
votes2
answers1125
viewsA: Tables are not automatically created by Hibernate in Mysql
Thank you for helping Lindemberg Barbosa. I managed to solve on the line by removing the record argument from the line: SessionFactory fabrica = configuracao.buildSessionFactory(registro); So he…
-
2
votes2
answers1125
viewsQ: Tables are not automatically created by Hibernate in Mysql
Hibernate cannot create the table in the database already created (drogaria_teste). Below is code. Hibernate.cfg.xml: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE…