Introduction to Spring Data JDBC

preview_player
Показать описание
Spring Data JDBC is a new exciting alternative to JPA, Hibernate and Spring Data JPA all together. In this video I give an introduction to the framework and quickly explain what are the similarities and differences from working with Spring Data JPA and show quick demo how to get started and how to do basic mappings.

Follow up links:

--
Music:
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0

Icons:
Рекомендации по теме
Комментарии
Автор

After 2 year of its existence, i have discovered this YT channel, the one i was missing in the YT.

hexin
Автор

Great channel, szanowny pan! Thank you for it! Hope you bring more videos out! dziękuję bardzo :)

igoerche
Автор

looking forward to more videos. great channel.

seyedalihejazi
Автор

Thanks for the Awesome Stuff!Thanks for the explaination i was looking for.

videosiddu
Автор

amazing!
simple and comprehensible
pls create more such tutorials

aleks
Автор

Awesome video, I like the fast and high quality pace .... I am actually just using Spring data JDBC today, after getting used to Hibernate. I do have different entities (User, Company, School etc) that require an Address Entity ...

My normal schema design is to have an address_id in those mentioned entities ... in a one-to-one relationship ...but this kind of defeat what I know, maybe I am getting it wrong tho ...

I don't want the Address Entity to store any foreign key as the Entities using address may increase.

motolola
Автор

Miło usłyszeć wreszcie akcent niezbliżony do hinduskiego. Bardzo fajny wstęp do JDBC w Springu ;)

PartiallyDenominationalGuy
Автор

Sir, in the min 8:23 you mention that address must have an ID and that theorically it should work. I agree, even if model is in 3rd normal form. I also recall reading that in a well normalized dbs all entries in all tables should be uniquely identified. Any insight regarding that ?

minor
Автор

Great content. I've subscribed. Looking for new videos. I want to say thanks in advance.

maheshmote
Автор

6:17 Is the @Param annotation really needed when the parameter name already matches (like in your case) the one used in the query? In Spring Data JDBC docs it is mentioned "Spring fully supports Java 8’s parameter name discovery based on the -parameters compiler flag. By using this flag in your build as an alternative to debug information, you can omit the @Param annotation for named parameters."

krige
Автор

Good content, well structured. Thanks for sharing 👍👍

Please consider not accelerating the video sections where you type the code since that is very important for beginners.

tomaspyth
Автор

Code was not visible. I dont seem to get the JdbcConfiguration imported in the Config file... I am using Spring Boot 2.3.3 with dependencies as 1. Spring Data JDBC 2. Spring Boot Starter Web and 3. Postgresql

rexsam
Автор

I may have missed this while watching briefly your video, but what I am missing is a mention of trade-offs of this solution and some advice, when definitely I should not pick it.

ArturRoszczyk
Автор

Hi sir,
I'm jit from India
Can u make a video for mongoDB with spring boot

jitendra.pradhan
Автор

Great quality! I'm very intrigued as to your future videos.
Do you plan on doing a video/series on an introduction to JDBC and Spring in general?
I know a little JDBC and am planning to learn something like Spring as well for Java Web Development. As you can probably tell, I'm just starting out in web development.
Just curious as to whether or not you'll be catering videos to beginners like me as well, as what seems to be your target audience: current software developers.
Regardless, you have a new subscriber :)


Edit: I found you on Reddit today btw

raytech
Автор

not sure how repository gets injected. i got ban not found. i see no any @Inject or @Autowire or @Repository / @Component in your example.

SergiiStarodubtsev
Автор

is it possible Spring data jdbc without using the rest of Spring framework

AmNotLegend
Автор

sorry for the offtopic, but what is best screen recording software to record on mac.

sriontube
Автор

So the percentages in that graph add up to 142%. What is happening there?

MarkMcLaren
Автор

Could also try Micronaut Data JDBC. Generates the queries at compile time :) No reflection at runtime. Annotation processing ftw!

KangoV