IntelliJ IDEA Database Tools 2020.3

preview_player
Показать описание
Use the link below to get 60% OFF on the Entire Course.

Mastering IntelliJ IDEA for Java Devs 🧑‍💻

In this video, we’ll see a full example of how to use using IntelliJ IDEA support for the following operations.
- Create JPA Project
- Create Datasource
- Create Entities
- Create Repositories
- Analyse query performance
- Navigation and Refactoring database objects
Рекомендации по теме
Комментарии
Автор

awesome, I am junior for 3 months and gave me a lot ideas.

dTnbilim
Автор

which plugin used for database for intellij plugin?

PushpindersinghArora
Автор

Hello nice video, I have intellij ultimate version and I am able to execute queries, now I would like to execute plain and see how flame graph works. in the video 18:13 you execute Explain analysis and I see that you have flame graphs icon enabled in my case I have disabled and that is my issue, how can I solve it
Thanks in advance

rommelitus
Автор

Please keep these videos coming! Maybe make a video about IntelliJ http client?

DelLego
Автор

In the Account Entity you are explicitly declaring a foreignkey by using @foreignkey notation. Is this required? I have seen many different explanation regarding bidirectional mappings for OneToMany and ManyToOne. All of them are not using the @foreignKey notation.The Entity which has the oneToMany relation is just using the mappedby notation and the manyToOne Entity is using like you the @JoinColumn but as I said without @foreignkey. What is the difference? The difference that I noticed was when visualising the two tables in Intellij and I didn’t see a connection line as in your tutorial. Should that connection line be visible to have properly designed oneToMany relation? Your tutorial is awesome thank you!

arminrovcanin
Автор

Can you make a video on how to make / add index like you suggest ?

rmanamuli
Автор

The background music is slightly distracting when listening on higher speed

StaStestiStoStu