Hibernate Tips: How to use Hibernate's native bootstrapping API

preview_player
Показать описание

You can configure and bootstrap Hibernate in multiple different ways and today I want to show you how to use its native bootstrapping API. This API is very flexible which makes it more complicated to use but also more powerful than the JPA bootstrapping API.

If you like this video, please give me your thumbs up and share it with your friends and co-workers.

Like my channel? Subscribe!

Join the free Member Library:

Read the accompanying post:

Want to connect with me?
Рекомендации по теме
Комментарии
Автор

1:04 3 steps of bootstrapping
1:19 Hibernate uses 2 ServiceRegistry - BootstrapServiceRegistry and StandardServiceRegistry
1:42 StandardServiceRegistry
2:20 hibernate.cfg.xml

ruixue
Автор

If I am using Spring Framework, how do l configure the database access?

VictorHPerez
Автор

Maybe add link to github to those codes please

wBacz