jpa
-
spring
Spring Querydsl Tutorial
Spring Data JPA and Querydsl enable developers to write type-safe queries. In this tutorial, we will build a Spring boot…
Read More » -
Batch
Spring Batch Hibernate Example
This article is a tutorial about Spring Batch with Hibernate. We will use Spring Boot to speed our development process.…
Read More » -
Data
Spring Data JPARepository Example
1. Introduction Spring Data is a part of Spring Framework. It simplifies the data access process for both relational and…
Read More » -
Boot
Spring Boot and JPA Example
Are you keen on learning about using Spring Boot with JPA? Yes? Gather your tools and read on. This example…
Read More » -
hibernate
How to map a Composite Primary Key with JPA and Hibernate Example
Hello readers, in this tutorial, we will show how to map the Composite Primary Key with JPA and Hibernate using…
Read More » -
jpa
JPA mappedBy Example
Hello readers, in this tutorial, we will show how to implement the mappedBy annotation in JPA using EclipseLink and MySQL…
Read More » -
jpa
JPA persistence.xml Example
Hello readers! In this tutorial we will show how to implement the Java Persistence API and define the JPA Persistence…
Read More » -
jpa
JPA CriteriaBuilder Example
The Criteria API is a predefined API used to define queries for entities. It is the alternative way of defining…
Read More » -
jsf
JSF JPA CRUD Tutorial
Hello, in this tutorial I would like to show the usage of JPA (Java Persistence API’s) in a simple jsf…
Read More » -
spring
20 Spring Framework Best Practices
Spring Application Framework has been in action for quite a long time, and programmers have developed several conventions, usage patterns,…
Read More »