VOOZH about

URL: https://www.javacodegeeks.com/tag/jpa/page/5

⇱ JPA Archives - Page 5 of 20 - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasOctober 16th, 2019
    0 232

    Read replicas and Spring Data Part 4: Configuring the read repository

    Previously we set up two EntityManagers in the same application. One for the reads and one for the writes. Now…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Amit PhaltankarFebruary 12th, 2019
    2 692

    Pagination and Sorting with Spring Data JPA

    Learn Pagination and Sorting with Spring Data JPA with code examples. Understand how to get Paginated and Sorted results using…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaDecember 11th, 2018
    0 759

    How to map PostgreSQL Enums to JPA entity properties using Hibernate

    Introduction The open-source hibernate-types project allows you to map JSON, ARRAY, YearMonth, Month or database-specific columns (e.g. INET addresses). In…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Gaurav BhardwajAugust 27th, 2018
    13 1,155

    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👁 java-interview-questions-answers
    Chaitanya RudrabhatlaAugust 13th, 2018
    3 7,888

    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👁 Image
    Deny WuysanJune 22nd, 2018
    1 281

    OpenLiberty: Error on Injection, works on TomEE and Wildfly

    While I was working on this blog, I encountered this error: [INFO ] DSRA8203I: Database product name : MySQL [INFO…

    Read More »
  • Enterprise Java👁 Image
    Andy SomersJune 1st, 2018
    0 367

    Exact Matching of a String Containing a Wild Card in QueryDSL

    On one of our recent projects, our client asked for a single search field that would be able to search…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Anand KumarMay 3rd, 2018
    2 1,629

    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👁 java-interview-questions-answers
    Qadeer KhanMay 1st, 2018
    1 1,072

    Automatic save of managed JPA entities outside of transaction

    Repositories and transactions in Spring go hand in hand. All database access in Spring should be run inside a transaction,…

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