Spring Data
-
Enterprise Java
Restful API using Spring Rest & Spring Data JPA & H2 with Spring Boot Example
Hello Friends, In this tutorial, you will learn the following : 1. Configuring Spring Rest, Spring Data JPA and H2…
Read More » -
Enterprise Java
Spring Data JPA with central exception handling and VO validations – framework
1. Introduction Over the time, Spring framework became the de-facto standard to create any applications that are REST API based.…
Read More » -
Enterprise Java
Spring Data JPA Tutorial
Managing data between java classes or objects and the relational database is a very cumbersome and tricky task. The DAO…
Read More » -
Enterprise Java
Interacting with Cassandra using the Datastax Java driver
I’m back with more Cassandra and Java integration today this time focusing on using the Datastax Java driver rather than…
Read More » -
Enterprise Java
Spring Data MongoDB Tutorial
In today’s world it is very important to get the application up and running as soon as possible. The application…
Read More » -
Enterprise Java
Spring Boot & Angular 5 & Spring Data & Rest Example (CRUD)
This tutorial provides a complete implementation of Spring Boot, Angular 5 and spring data to build an end to end…
Read More » -
Enterprise Java
Access the EntityManager from Spring Data JPA
Spring Data JPA allows you to rapidly develop your data access layer through the use of Repository interfaces. Occasionally you…
Read More » -
Enterprise Java
Add EntityManager.refresh to all Spring Data Repositories
In my previous post Access the EntityManager from Spring Data JPA I showed how to extend a single Spring Data…
Read More » -
Enterprise Java
Apache Ignite with Spring Data
Spring Data provides a unified and easy way to access the different kinds of persistence store, both relational database systems, and…
Read More »