Hibernate Create Tables from Entities (Forward Engineering)

preview_player
Показать описание
How to create database tables from Java entity classes with Hibernate framework and MySQL database (forward engineering).
Understand Hibernate DDL Auto values: create, create-drop, update, validate and none.
Рекомендации по теме
Комментарии
Автор

Your video helped me solve the problem. thank you very much

evgeniymomont
Автор

Is it possible to insert 100 row let’s say of products that java will generate automatically ( I’d, name, price )? With UUID? Or math.random?

sarahle
Автор

If I want to generate tables and insert record automatically into database from Pojo classes

amanabbasi
Автор

hi, i watched and followed the full video but it keeps saying:
ERROR: Table 'test.product' doesn't exist

I don't know how to do this, but i have a school Assignment...

leopoldotodisco
Автор

Hi Nam, can you explain how to make the same operation but in idea intellij

victordobrov
Автор

Hello. How can do the same, but without xml?

Crypto_Expert_Top
Автор

It gives me error. It asks me for the table but the program should create it.

fridric