Тёмный
No video :(

Part 12 - @JsonIdentifyInfo and @JsonIgnore 

Kindson The Tech Pro
Подписаться 56 тыс.
Просмотров 3,5 тыс.
50% 1

Step by Step here: www.kindsonthe...
Part 1 - Introduction to Hibernate for Java Programmers
Part 2 - Setting Up • Part 2 - Setting Up S...
Part 3 - @ManyToOne Mapping • Part 3 - @ManyToOne M...
Part 4 - Configure H2 In-Memory Database • Part 4 - Configure the...
Part 5 - Database Initialization(data.sql) • Part 5 - Database Init...
Part 6 - @OneToMany Mapping • Part 6 - @OneToMany Re...
Part 7 - mappedBy Attribute of @OneToMany • Part 7 - The mappedBy ...
Part 8 - @JoinColumn Annotation • Part 8 - @JoinColumn A...
Part 9 - findAll() and findById() • Part 9 - Setup findAll...
Part 10 - Infinite Recursion(Stackoverflow Error) • Part 10 - Infinite Rec...
Part 11 - Solving Infinite Recursion (@JsonManagedReference and @JsonBackReference) • Part 11 - Solving Inf...
Part 12 - @JsonIdentityInfo and @JsonIgnore • Part 12 - @JsonIdentif...
Part 13 - Get List of Users by Location • Part 13 - Get List of ...
Part 14 - Get List of Posts by User • Part 14 - Get List of ...
Part 15 - UsersByLocation by Extending JPARepository • Part 15 - List of User...
Part 16 - PostsByUser by Extending JPARepository • Part 16 - Get List of ...
Part 17 - Setup Advanced REST Client • Part 17 - Setup Advanc...
Part 18 - Insert New Location • Part 18 - Add New Loca...
Part 19 - Insert New User • Part 19 - Inserting a ...
Part 20 - Insert New Post • Part 20 - Inserting a ...
Part 21 - Update Location • Part 21 - Updating Loc...
Part 22 - Update User • Part 22 - Updating Use...
Part 23 - Update Post • Part 23 - Updating Pos...
Part 24 - Delete Method for Post • Part 24 - Deleting a Post
Part 25 - Delete Method for User • Part 25 - Deleting a User
Part 26 - CascadeTypes in Hibernate • Part 26 - CascadeType ...
Part 27 - Delete Method for Location • Part 27 - Deleting a L...
Part 28 - FetchTypes in Hibernate • Part 28 - FetchType in...
Subscribe Kindson The Tech Pro RU-vid: bit.ly/2PpJd8Q
Join my group ICS on Facebook: bit.ly/2UULiQj
Follow me on Instagram - / kindsonm
Connect with me on LinkedIn: / kindson
Follow me on Twitter: / kindsonm
Learn about me: www.kindsontheg...

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 8   
@jorgealbertopintocastillo2039
@jorgealbertopintocastillo2039 5 лет назад
Good tutorial, very helpful!
@vihangafernando6644
@vihangafernando6644 2 года назад
Hey thank you for the information. For clarification: Is there a way, we can get data from object {many to one side}. Like I need the result other way around from this videos result( eg: User {many to one side object} gives its location{one to many object} detail ). Is there a way to archive this? Different approach .
@KindsonTheTechPro
@KindsonTheTechPro 2 года назад
Yes we can. I think i explained it here ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-2xQRL80JyhE.html
@massoudmassoudi1050
@massoudmassoudi1050 Год назад
great tutorials
@avinashdudala9490
@avinashdudala9490 3 года назад
@kindson Y we added @jsonidentityinfo on User entity y not on Location entity instead????
@KindsonTheTechPro
@KindsonTheTechPro 3 года назад
That's is true. You see that we have one user to many locations. This would prevent infinite recursion on the many side of the relationship.
@sanskarkaazi3830
@sanskarkaazi3830 2 года назад
@@KindsonTheTechPro , so where do we actually have to use @JsonIdentitiinfo? Always in the many side or in the one side or?
@PHONGPHAM-qu7vw
@PHONGPHAM-qu7vw 4 года назад
save my day