Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Java
10.5K+ articles
Advance Java
906+ articles
Project
873+ articles
Java-Spring-Boot
339+ articles
Java-Spring
291+ articles
Java-Spring-Security
94+ articles
Java-Hibernate
87+ articles
java-advanced
46+ articles
Hibernate- Annotations
14+ articles
Java-Spring-Data
4+ articles
Java-Spring-Data-JPA
61 posts
Recent Articles
Popular Articles
Spring Data JPA Tutorial
Last Updated: 30 September 2024
In this Spring Data JPA Tutorial, you’ll learn how to manage databases in your Java applications easily. Spring Data JPA simplifies the implementation of JPA-based reposit...
read more
Java-Spring-Data-JPA
Tutorials
Advance Java
Top 30 Plus Advanced Java Interview Questions and Answers 2025
Last Updated: 01 November 2024
Java is a leading programming language essential for developing enterprise solutions, mobile apps, and web platforms. This article provides a comprehensive set of Advanced...
read more
Java-Multithreading
java-servlet
java-advanced
Java-Spring
Java-Spring-Boot
Java-Spring-Security
Java-Spring-Data-JPA
Java-Spring-MVC
JUnit
Java-Spring-Cloud
Java Concurrency
Java Microservices
Advance Java
Interview Questions
Spring JDBC
Pagination and Sorting with Spring Data JPA
Last Updated: 22 August 2024
Pagination and sorting are crucial features when dealing with large datasets in applications. They can help to break down into manageable chunks and provide a way to order...
read more
Picked
Java-Spring-Data-JPA
Advance Java
CrudRepository, JpaRepository, and PagingAndSortingRepository in Spring Data
Last Updated: 22 August 2024
Spring Data JPA is a powerful tool in the Spring ecosystem that simplifies the implementation of data access layers in Java applications. It provides several repository in...
read more
Picked
Java-Spring-Data-JPA
Advance Java
Enabling Transaction Locks in Spring Data JPA
Last Updated: 22 August 2024
Transaction locks in Spring Data JPA can help manage concurrent data access. It can ensure the data consistency. By controlling how transactions acquire the locks on the d...
read more
Picked
Java-Spring-Data-JPA
Advance Java
Derived Query Methods in Spring Data JPA Repositories
Last Updated: 20 August 2024
Spring Data JPA helps manage database operations in Java applications with ease. One powerful feature is derived query methods, which let you perform common database queri...
read more
Picked
Java-Spring-Data-JPA
Advance Java
Spring Boot - Database Integration (JPA, Hibernate, MySQL, H2)
Last Updated: 20 August 2024
In modern application development, integrating a database is crucial for persisting and managing data. Spring Boot simplifies this process by providing seamless integratio...
read more
Picked
Java-Spring
Java-Hibernate
Java-Spring-Data-JPA
Advance Java
Implementing Database Authentication and Authorization with Spring Security 6
Last Updated: 06 August 2024
Spring Security 6 has made setting up security in Spring applications easier and more straightforward by moving away from the older WebSecurityConfigurerAdapter method. Th...
read more
Java-Spring-Boot
Java-Spring-Security
Java-Spring-Data-JPA
Advance Java
Difference between JPA and Spring Data JPA
Last Updated: 15 May 2024
JPA provides specifications for persisting, reading, and maintaining data from Java objects to relational tables in a database. The JPA defines rules and principles for co...
read more
Picked
Java-Spring-Data-JPA
Advance Java
JPA - Update an Entity
Last Updated: 04 January 2025
JPA refers to Java Persistence API. In JPA, Updating the entity is a crucial operation when working within the databases. This process involves modifying the attributes of...
read more
Picked
Java-Spring-Data-JPA
Advance Java
JPA - Map Mapping
Last Updated: 23 April 2024
JPA refers to the Java Persistence API(JPA) and it can provide the features to map relational database tables to Java objects. Among of the features, Map Mapping is the ve...
read more
Picked
Java-Spring-Data-JPA
Advance Java
JPA - Cascading Operations
Last Updated: 23 April 2024
In Java, JPA is defined as Java Persistence API, which simplifies the process of managing relational data in Java applications. One of the key features of the JPA is Casca...
read more
Picked
Java-Spring-Data-JPA
Advance Java
JPA Many-To-One Mapping
Last Updated: 23 April 2024
In Java, JPA is defined as Java Persistence API(JPA), Many-to-one is the common association relationship where the many instances of the entity are associated with one ins...
read more
Picked
Java-Spring-Data-JPA
Advance Java
JPA Table-per-class Strategy
Last Updated: 08 May 2024
The Table Per Class strategy is an inheritance mapping strategy where a separate table is generated for each subclass. Each concrete subclass has a table to store its prop...
read more
Picked
Java-Spring-Data-JPA
Advance Java
JPA - Collection Mapping
Last Updated: 05 April 2024
In Java, JPA can defined as Java Persistence API. Collection Mapping is a powerful feature that allows developers to map relationships between the entities and collections...
read more
Picked
Java-Spring-Data-JPA
Advance Java
1
2
3
4
5
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !