Hibernate Tutorial Part 7 - Primary key Auto - Generation in Hibernate ( Hands on)

preview_player
Показать описание
For complete understanding of the hibernate concept and how to create a hibernate application watch all the hibernate tutorials from start.
Hibernate Tutorials - Primary key Auto - Generation in Hibernate.
Рекомендации по теме
Комментарии
Автор

Hey, I just wanted to say, this was more helpful than a 20 dollar tutorial I bought. Thanks for your selfless contribution to those aspiring to learn

davidgould
Автор

excellent... great tutorial Ankush.. looking forward for the next one in this series....

shardaagarwal
Автор

.buildsessionfactory() is deprecated, what could i do to avoid using this deprecated method

karthikgolagani
Автор

I have a problem when I do not use the property <property name="hbm2ddl.auto">, if I used GeneratedValue but do not specify the property the table is not created automatically.

chrso
Автор

if I want to set Primary Key for String Fields. How can i do that?. Thanks! 

SangNguyen-fmcf
Автор

Is it really MySQL not support Sequence, Than what is the AUTO_INCREMENT is it sequence or Identity . Please provide do not confuse the basics . Otherwise the explanation is excellent .

ranjithvenganti
Автор

Hi all,
does any one know what is supposed to happen if a colum is removed from the java object, will it remove the column from the database table ??

be
Автор

Looking forward for some spring securtiy series

mohammadnayeemetp
Автор

This worked once I increased the size of the connection pool to 2.

rachelvictoriaweber