Hibernate Tutorial #16 - Primary Keys - Part 2

preview_player
Показать описание
FULL COURSE: Spring MVC and Hibernate (200+ videos)

----

This Hibernate tutorial series will help you quickly get up to speed with Hibernate.

----

DOWNLOAD SOURCE CODE for Hibernate tutorial.

----

----

Follow luv2code for more Hibernate tutorials:

---

If you liked my Hibernate tutorial, then join my mailing list: Get exclusive access to new Java tutorials.

---

Questions or problems about this Hibernate tutorial? Post them in the comments section below.

---

Want to suggest a video for my Hibernate tutorial? Leave a comment below. I'm always looking for new video ideas.

Let me know what video you'd like for me to create for this Hibernate tutorial.

---

FULL COURSE: Spring MVC and Hibernate (200+ videos)
Рекомендации по теме
Комментарии
Автор

thanks a lot... i'm really understanding how work Hibernate with your videos...So Great Job :)

zeldakatze
Автор

What if we do not use @GeneratedValue annotation and MySQL has auto increment on. Does it generate the auto incremented ID?

jnukrish
Автор

Chad is a Hip Hop fan for sure lol. Got me listening to A Tribe Called Quest

DWEthiopia
Автор

here for oracle db sequence syntax:
@SequenceGenerator(name = "stu_seq", sequenceName = "STUDENT_SEQ", allocationSize = 1)
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "stu_seq")

menoktaokan
Автор

Am I the only one who watched "A Tribe Called Quest - Bonita Applebum" because of Chad? I really like the song.

perschistence