Тёмный

Exploring Spring Boot 3.2 🚀 New JDBC Client | Latest Features Explained !  

Java Techie
Подписаться 173 тыс.
Просмотров 16 тыс.
50% 1

#JavaTechie #SpringBoot #NewFeature
👉 In this video, you'll learn:
✅ What's new in Spring boot 3.2 JDBC Client
✅ How to harness the full potential of JDBC Client
✅ Best practices and real-world with CRUD examples
✅ Tips and tricks for efficient Database operation
Spring boot microservice Premium course lunched with 70% off 🚀 🚀
Hurry-up & Register today itself!
COURSE LINK : javatechie5246.ongraphy.com/
PROMO CODE : JAVATECHIE50
OR use Javatechie APP
Download the JavaTechie app on your iOS or Android device from the App Store or Google Play Store.
Find the links below :
Android 🌐 : play.google.com/store/apps/de...
IOS 🌐 : apps.apple.com/in/app/javatec...
GitHub:
github.com/Java-Techie-jt/jdb...
Blogs:
/ javatechie4u
Facebook:
/ javatechie
Join this channel to get access to perks:
ru-vid.comjoin
🔔 Stay Updated - Subscribe Now and Hit the Bell Icon to receive the latest updates from Java Techie.
Disclaimer/Policy:
--------------------------------
Please note that all content uploaded on this channel is original and not copied from any other source or community. You are welcome to use the source code provided in the GitHub repository mentioned above.

Наука

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

 

29 сен 2023

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@michalechowicz6903
@michalechowicz6903 10 месяцев назад
Thanks for a video! Nice an example!
@javaandothers6460
@javaandothers6460 9 месяцев назад
Finally not so different from "mybatis framework"
@vndprasadgrandhi4344
@vndprasadgrandhi4344 10 месяцев назад
Thank you very much for sharing wonderful content
@radiyziyat7747
@radiyziyat7747 7 месяцев назад
Great job. Thanks I liked making complex sql. Take dto.class for Entity And without using RowMapping you can immediately get the result complex sql query. A very effective thing for developing reporting forms and developing microservices.
@gopisambasivarao5282
@gopisambasivarao5282 10 месяцев назад
Thanks, Basant, for your efforts. God bless you. 🙏🙂
@JavaLovers
@JavaLovers 10 месяцев назад
Also please advise in context to NO SQL flavors like mongo it can be used
@sayantanghosh8245
@sayantanghosh8245 10 месяцев назад
Can you please cover course on Filter, interceptor ,requestbodyAdvise ,responsebodyAdvide. Thanks .😊
@bimerinoel4913
@bimerinoel4913 10 месяцев назад
Thanks for your great tutorial, But why these sql query, what if you want to do a complex query, can't it be mapped to data JPA queries
@varaddeshmukh1137
@varaddeshmukh1137 9 месяцев назад
In spring data JPA we have @Query annotation. In this we can set native true if we want. Then what is difference between @Query and this new feature?
@vidhanchandra3997
@vidhanchandra3997 10 месяцев назад
Waiting for next video of microservices design pattern
@atopazio
@atopazio 10 месяцев назад
Thanks for vídeo, how to do when it's can populate object inside object? for example, client.address.street
@jaripatidevendra6172
@jaripatidevendra6172 9 месяцев назад
Could you please explain debugging concepts pls
@karthikeyanrm3446
@karthikeyanrm3446 9 месяцев назад
Basant - any good references to learn DSA and system design for 10 years experience. Most of the companies shortlist candidates based on that. Please suggest 🙏
@munnukiranchowdhary
@munnukiranchowdhary 9 месяцев назад
Superb bro... new thing i have learnt... thank you...
@nagendrad9263
@nagendrad9263 10 месяцев назад
Second comment ❤
@ricardotrejoruiz5776
@ricardotrejoruiz5776 10 месяцев назад
Do you know if this is sql injection safe? Thank you in advance!!!! In another hand. How can be implemented a filter via query param? I have always problems with this :( thank you a lot
@pankajsarda7010
@pankajsarda7010 7 месяцев назад
This is not sql injection safe. Facing issue, any ide how to do it?
@pardeepsaini3844
@pardeepsaini3844 9 месяцев назад
I need your help regarding configuration of multiple database in spring boot please
@Javatechie
@Javatechie 9 месяцев назад
Already I have uploaded how to configure multiple datasource please check that video
@JavaLovers
@JavaLovers 10 месяцев назад
First comment
@RishiRajxtrim
@RishiRajxtrim 10 месяцев назад
Second comment
@sijovinsamalraj3893
@sijovinsamalraj3893 10 месяцев назад
tenth comment@@RishiRajxtrim
@jithendra1282
@jithendra1282 10 месяцев назад
Eleventh comment​@@sijovinsamalraj3893
@vishalpattnaik1996
@vishalpattnaik1996 5 месяцев назад
does this mean jdbcTemplate is now deprecated ?
@Javatechie
@Javatechie 5 месяцев назад
No absolutely not . This api is built on top of it
@hemanth1687
@hemanth1687 6 месяцев назад
it is taking almost 18 seconds to fetch 1000 records is there any alternate for that.
@Javatechie
@Javatechie 6 месяцев назад
This is just a demo buddy implement some executor service and validate
@hemanth1687
@hemanth1687 6 месяцев назад
can you please share any reference as once i called query with limit 1000 it is taking more than 15 sec but need it below 10 seconds from spring boot application ​@@Javatechie
@Javatechie
@Javatechie 6 месяцев назад
Sure i will share some references but before that what database are you using?
@hemanth1687
@hemanth1687 6 месяцев назад
@@Javatechie oracle database,and queried using springboot application using jdbc client
@ankitanalawade2528
@ankitanalawade2528 9 месяцев назад
It’s a unnecessary repeated feature though
@PeterSarazin
@PeterSarazin 2 месяца назад
Could you show an example of a search on a partial name or title using the LIKE operator with JdbcClient? I have been having some trouble getting that to work. I have done this many times successfully with myBatis or JPA. Here is a similar code snippet that I was trying but not sure what I have wrong. I was testing it by just passing lowercase a or e, but not getting any results trying to use .params() method. It does work if I append partialLastNameLike to the query instead of using parameters, but that is not ideal. @Override public List findByPartialLastName(String partialLastName) { String partialLastNameLike = "'%" + partialLastName.toLowerCase() + "%'"; return jdbcClient.sql("select * from author where lower(last_name) like :partialLastNameLike") .param("partialLastNameLike",partialLastNameLike, Types.VARCHAR) .query(Author.class) .list(); } }
@hanumanthram6754
@hanumanthram6754 9 месяцев назад
throw new IllegalArgumentException("Invalid positional parameter value of type Iterable (" + value.getClass().getSimpleName() + "): Parameter expansion is only supported with named parameters."); getting this exception if use jdbcClient.sql("INSERT INTO book(id, name, title) VALUES (?,?,?)") .param(List.of(book.getId(), book.getName(), book.getTitle())) .update(); working with: jdbcClient.sql("INSERT INTO book(id, name, title) VALUES (:id,:name,:title)") .param("id", book.getId()) .param("name", book.getName()) .param("title", book.getTitle()) .update();
@Javatechie
@Javatechie 9 месяцев назад
List of will work please check import statement also copy paste my piece of code and check
@girishanker3796
@girishanker3796 7 месяцев назад
You have used .param() instead of .params() it should be .params(List.of(book.getId(), book.getName(), book.getTitle())) Hope this helps
Далее
Spring Tips: Spring Data JDBC
27:36
Просмотров 18 тыс.
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
10 МИНУСОВ IPHONE 15
18:03
Просмотров 31 тыс.
Новодельный ноутбук Pocket386
1:16:17
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00