#
Category: JPA
See all categories.
This tutorial explains some annotations used in Java Spring JPA.
This tutorial explains how we can use Spring Data JPA with a MySql database.
This tutorial explains how we can use Spring Data JPA with a MySql database and how to sort the result of the query.
This tutorial explains how we can use Spring Data JPA with a MySql database and how to paginate the result of the query.
This tutorial explains how we can define transactions in a Spring Data JPA application. This example uses a MySql database.
This tutorial will explain to you how to configure Hibernate (using Eclipse) for implementing JPA (Java Persistence API) in your Java application.
This tutorial shows you an example of how to delete rows from a Java application into an Oracle database using Hibernate as JPA implementation.
This tutorial shows you an example of inserting a row into an Oracle database using Hibernate as JPA implementation.
This tutorial shows you an example of how to select rows into a Java application from an Oracle database using Hibernate as JPA implementation.
This tutorial shows you an example of how to update rows from a Java application into an Oracle database using Hibernate as JPA implementation.