VOOZH about

URL: https://www.javacodegeeks.com/tag/spring-data/page/5

⇱ Spring Data Archives - Page 5 of 11 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Chaitanya RudrabhatlaAugust 13th, 2018
    3 7,887

    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👁 java-interview-questions-answers
    Anand KumarMay 3rd, 2018
    2 1,625

    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👁 Image
    Dan NewtonApril 16th, 2018
    2 1,107

    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-interview-questions-answers
    Anand KumarMarch 28th, 2018
    0 417

    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👁 Image
    Dhiraj RayMarch 13th, 2018
    4 775

    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👁 spring-interview-questions-answers
    Martin FarrellOctober 4th, 2017
    0 600

    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👁 spring-interview-questions-answers
    Martin FarrellOctober 4th, 2017
    0 185

    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👁 java-interview-questions-answers
    Shamim BhuiyanJuly 11th, 2017
    0 609

    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 »
  • Enterprise Java👁 Image
    Alex SotoMay 15th, 2017
    1 95

    Testing Spring Data + Spring Boot applications with Arquillian (Part 2)

    In previous post, I wrote about how to test Spring Data application using Docker with Arquillian Cube. The test looked like: @RunWith(SpringRunner.class) @SpringBootTest(classes =…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
  • 10
  • ...
  • Last
Back to top button
Close