Skip to content
B2 Tech
  • Home
  • Blog
  • Java
    • Core Java
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • Cloud
    • AWS
  • Me
    • Youtube
    • Udemy
    • About
    • Github
    • Contact
    • Privacy Policy
  • Toggle website search
Menu Close
  • Home
  • Blog
  • Java
    • Core Java
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • Cloud
    • AWS
  • Me
    • Youtube
    • Udemy
    • About
    • Github
    • Contact
    • Privacy Policy
  • Toggle website search

jpa

  1. Home>
  2. Blog>
  3. jpa
Read more about the article Effortless Spring Boot File Upload and Download with database: A Comprehensive Guide
JPA / REST Services / Spring Boot / Spring MVC

Effortless Spring Boot File Upload and Download with database: A Comprehensive Guide

Welcome to the world of "Spring Boot File Upload and Download with database." In today's data-driven era, handling files within your Spring Boot applications, while seamlessly integrating them with a…

0 Comments
September 2, 2022
Read more about the article Effortless Spring Boot File Upload and Download REST API: A Comprehensive Guide
JPA / Hibernate / REST Services / Spring Boot

Effortless Spring Boot File Upload and Download REST API: A Comprehensive Guide

Welcome to the world of "Spring Boot File Upload and Download REST API" In today's data-driven era, handling files within your Spring Boot applications, while seamlessly integrating them with a…

1 Comment
September 1, 2022
Read more about the article Mastering Spring Boot Unit Test For Service Layers: A Comprehensive Guide
Spring Boot / JUnit 5

Mastering Spring Boot Unit Test For Service Layers: A Comprehensive Guide

In the realm of Spring Boot application development, ensuring the reliability and correctness of your service layer is paramount. Your service layer forms the backbone of your application, housing the…

0 Comments
August 29, 2022
JPA / JUnit 5 / Spring Boot

Demystifying Spring Boot Unit Test for Repository Layer: A Comprehensive Guide

Welcome to the realm of Spring Boot application development, where unit testing takes centre stage in ensuring the robustness and reliability of your repository layer. The repository layer plays a…

0 Comments
August 23, 2022
JPA / Spring Boot

JPQL query using Containing condition

Hey guys in this article, you will learn how to write a JPQL query for the Ending With condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer…

0 Comments
March 17, 2022
JPA / Spring Boot

JPQL query using Ending With condition

Hey guys in this article, you will learn how to write a JPQL query for the Ending With condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer…

0 Comments
March 14, 2022
JPA / Spring Boot

JPQL query using Starting With condition

Hey guys in this article, you will learn how to write a JPQL query for the Starting With condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer…

0 Comments
February 25, 2022
JPA / Spring Boot

JPQL query using Not Like condition

Hey guys in this article, you will learn how to write a JPQL query for the Not Like condition in the Spring Data JPA repository. Read More: Check the Complete…

0 Comments
February 22, 2022
JPA / Spring Boot

JPQL query using Like condition

Hey guys in this article, you will learn how to write a JPQL query for the Like condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer…

0 Comments
February 11, 2022
JPA / Spring Boot

JPQL query using IsNotNull condition

Hey guys in this article, you will learn how to write a JPQL query for the IsNotNull condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer…

0 Comments
February 9, 2022
JPA / Spring Boot

JPQL query using IsNull condition

Hey guys in this article, you will learn how to write a JPQL query for the IsNull condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer…

0 Comments
February 8, 2022
JPA / Spring Boot

JPQL query using Before condition

Hey guys in this article, you will learn how to write a JPQL query for the Before condition in the Spring Data JPA repository. Read More: Check the Complete JavaServer…

0 Comments
February 8, 2022
JPA / Spring Boot

JPQL query using After condition

Hey guys in this article, you will learn how to write a JPQL query for the After condition in the Spring Data JPA repository. JPQL stands for Java persistence query…

0 Comments
January 31, 2022
JPA / Spring Boot

JPQL query using GreaterThanEqual condition

Hey guys in this article, you will learn how to write a JPQL query for the GreaterThanEqual condition in the Spring Data JPA repository. JPQL stands for Java persistence query…

0 Comments
January 28, 2022
JPA / Spring Boot

JPQL query using GreaterThan condition

Hey guys in this article, you will learn how to write a JPQL query for the GreaterThan condition in the Spring Data JPA repository. JPQL stands for Java persistence query…

0 Comments
January 27, 2022
JPA / Spring Boot

JPQL query using LessThanEqual condition

Hey guys in this article, you will learn how to write a JPQL query for the LessThanEqual condition in the Spring Data JPA repository. JPQL stands for Java persistence query…

0 Comments
January 25, 2022
JPA / Spring Boot

JPQL query using LessThan condition

Hey guys in this article, you will learn how to write a JPQL query for the LessThan condition in the Spring Data JPA repository. JPQL stands for Java persistence query…

0 Comments
January 24, 2022
JPA / Spring Boot

JPQL Query using Between condition

Hey guys in this article, you will learn how to write a JPQL query for the Between condition in the Spring Data JPA repository. JPQL stands for Java persistence query…

0 Comments
January 21, 2022
Spring Boot / JPA

JPQL Query using Equals condition

Hey guys in this article, you will learn how to write a JPQL query for the Equals condition in the Spring Data JPA repository. JPQL stands for Java persistence query…

0 Comments
January 20, 2022
JPA / Spring Boot

JPQL Query using OR condition

Hey guys in this article, you will learn how to write a JPQL query for the OR condition in the Spring Data JPA repository. JPQL stands for Java persistence query…

0 Comments
January 20, 2022
JPA / Spring Boot

JPQL Query using AND condition

Hey guys in this article, you will learn how to write a JPQL query for the And condition in the Spring Data JPA repository. JPQL stands for Java persistence query…

0 Comments
January 19, 2022
Spring Boot / JPA

JPQL Query using Distinct condition

Hey guys in this article, you will learn how to write a JPQL for the Distinct condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined…

0 Comments
January 18, 2022
JPA / REST Services / Spring Boot / Spring MVC / Spring Security

Spring Security Login REST API with MySQL Database

Hey guys in this article, you will learn about the creating a Login API in Spring security and validate the user against the MySQL database. Complete Example We will create…

1 Comment
January 17, 2022
JPA / REST Services / Spring Boot / Spring MVC

Spring Data JPA exists by field with Example

In this article, you will learn about Data JPA exists projection in repository query derivation with full coding example. Read More: Check the Complete Spring Boot and Data JPA Tutorials…

2 Comments
January 17, 2022
JPA / Boostrap 4 / HTML / Spring Boot / Spring MVC / Thymeleaf

Spring boot thymeleaf Delete record from Database

Hey guys in this post, we will discuss deleting a record from the database in Spring boot Thymeleaf with full coding example Overview th:each is a thymeleaf special attribute, used…

0 Comments
August 21, 2021
Spring Boot / Boostrap 4 / HTML / JPA / Spring MVC / Thymeleaf

Spring Boot thymeleaf Update form

Hey guys in this post, we will discuss Spring boot Thymeleaf updating the form data to the database with full coding example. Overview th:each is a thymeleaf special attribute, used…

0 Comments
August 21, 2021
JPA / Boostrap 4 / HTML / Spring Boot / Spring MVC / Thymeleaf

Spring Boot thymeleaf form Submit Example

Hey guys in this post, we will discuss submitting the form data to the database in Spring boot and Thymeleaf with full coding example. Overview th:each is a thymeleaf special…

1 Comment
August 21, 2021
Build Real Time REST APIs with Spring Boot, JPA and MySQL

Build Real Time Web Application with Spring Boot, JPA and MySQL

Full Stack Application with React (React Hooks) and Spring Boot

Build Real Time Application with JSP and Servlets for Beginners

Most Viewed Posts

  • Java Comments Best Practices Example
  • Spring Data JPA findBy Multiple Columns with Example
  • Spring Data JPA findBy Column Name with Example
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis
  • Login Form in JavaFX with MySQL Database
  • Spring Data JPA Between Date Example
  • Spring boot @RequestMapping annotation with example
  • Angular 2 and Spring REST Simple CRUD Application
  • Spring boot @Bean annotation with example
  • Calculate AGE based on Date of birth using jQuery Calendar

Join Our Newsletter



Spring Security Tutorials

Add Spring Security to Spring application

Customize username and password in Spring security

Customize URI mapping with Spring security

Customize Spring security to permit all requests

Customize Spring security to deny all requests

Spring security configure users using inMemoryAuthentication

Spring security configure users using InMemoryUserDetailsManager

Popular Spring Boot Tutorials

Spring Data JPA + MySQL REST API Tutorial [2021 Edition]

Spring Data Rest + MySQL REST API Tutorial

Spring Boot + MongoDB REST API Tutorial [2021 Edition]

Spring Data JPA + H2 Database REST API Tutorial

Spring Boot + Hibernate + MySQL Tutorial

Spring Boot + Hibernate + MySQL  Web application Tutorial

Spring Boot and MongoDB REST API Tutorial [2019 Edition]

Spring Annotations

@PathVariable

@RequestParam

@RequestBody

@ResponseBody

@RequestMapping

@Autowire

@Bean

@ExceptionHandler

@ControllerAdvice

@Valid

@PostConstruct

@ResponseStatus

@ModelAttribute

@RequestHeader

@Controller

@RestController

@Value

Popular Tutorials

Javascript tutorial

Core java tutorial

Java 8 stream tutorial

Spring MVC tutorial

Hibernate tutorial

Spring boot tutorial [100+ Posts]

Angular 9 and Spring boot tutorial

Angular 9 + Spring boot + MySQL [Part 1]

Angular 9 + Spring boot + MySQL [Part 2]

Angular 9 + Spring boot + MySQL [Part 3]

Angular 9 + Spring boot + MySQL [Part 4]

Angular 9 + Spring boot + MySQL [Part 5]

Angular 9 + Spring boot + MySQL [Part 6]

Angular 9 + Spring boot + MySQL [Part 7]

Categories

  • Angular 10
  • Angular 2
  • Angular 9
  • AWS
  • Boostrap 4
  • Core Java
  • CRUD Applications
  • CSS
  • Design Patterns
  • DevOps
  • Docker
  • Express.js
  • Golang
  • GraphQL
  • Hibernate
  • High Charts
  • HTML
  • Java Programs
  • Java Swings
  • JavaFX
  • Javascript
  • JDBCTemplate
  • JPA
  • jQuery
  • JSF
  • JSP
  • JUnit 5
  • Linux
  • Mongoose
  • MyBatis/iBatis
  • MySQL
  • Nodejs
  • Productivity
  • React.js
  • REST Services
  • Servlets
  • SOAP Services
  • Spring Boot
  • Spring MVC
  • Spring Security
  • SQL
  • Testing
  • Thymeleaf
  • Tools
  • Uncategorized
  • Utilities

Useful Links

  • ContactOpens in a new tab
  • About MeOpens in a new tab
  • YoutubeOpens in a new tab
  • GithubOpens in a new tab
  • UdemyOpens in a new tab
  • Privacy PolicyOpens in a new tab
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
Copyright © 2018 - 2023 B2 Tech All rights reversed