VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    MD Sayem AhmedApril 24th, 2018
    2 1,211

    JPA Tips: Avoiding the N + 1 select problem

    Introduction ORM frameworks like JPA simplifies our development process by helping us to avoid lots of boilerplate code during the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Hussein TerekApril 16th, 2018
    0 369

    Spring Boot & JPA & Hibernate & Oracle

    In this tutorial we show how to create a Spring Boot application that communicates with an Oracle data source through…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Shubham AggarwalMarch 21st, 2018
    9 2,484

    Spring Data JPA Example with Spring Boot

    1. Introduction In this post, we shall demonstrate how to leverage the powerful Spring Data JPA APIs to interact with…

    Read More »
  • Enterprise Java👁 Image
    Attila Mihaly BalazsDecember 11th, 2017
    0 712

    How to map JSON collections using JPA and Hibernate

    Introduction The open-source hibernate-types project allows you to map Java objects or Jackson JsonNode as JPA entity properties. Recently, thanks…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerDecember 7th, 2017
    0 109

    JPA persistence.xml SQL script definitions

    You can define and link to SQL scripts in a JPA persistence context definition that will be executed at runtime.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Martin FarrellOctober 4th, 2017
    0 596

    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👁 java-interview-questions-answers
    Jakub KubrynskiApril 6th, 2017
    2 235

    Understanding the first level JPA cache

    I can bet that every Java developer at least heard about L1 (aka EntityManager or Session) cache. But is your level…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    MD Sayem AhmedMarch 7th, 2017
    1 1,112

    Dealing with Java’s LocalDateTime in JPA

    A few days ago I ran into a problem while dealing with a LocalDateTime attribute in JPA. In this blog post…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasMarch 3rd, 2017
    0 87

    Spring Data with JPA and @NamedQueries

    If you use Spring Data and @NamedQuery annotations at your JPA entity you can easily use them in a more…

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