Spring Data MongoDB | Part 5 | Overview of Native Queries using @Query and Operators

preview_player
Показать описание
Spring Data MongoDB | Part 5 | Overview of Native Queries using @Query and Operators

_______________________________

MongoDB Query Operators

Github

_______________________________

Contents:
00:00 - Intro
00:06 - Revision
00:28 - Native Queries on Compass
01:20 - Using @Query annotation
02:11 - Testing the code
02:30 - Using operators with @Query
03:09 - Testing the code
03:23 - Documentation
04:01 - Some more examples
06:32 - Writing test cases
07:59 - Testing the code
08:42 - Outro

_______________________________
Music by 3Sun
Music Promoted by @Audio Beat Official
_______________________________
Рекомендации по теме
Комментарии
Автор

What is about queries over more then just the employees? in SQL it would be over "joins"
So like you want to have something like:

SELECT e.*, c.name FROM employees e JOIN city c ON e.cityId = c.id

Chrizzonator
welcome to shbcf.ru