VOOZH about

URL: https://www.javacodegeeks.com/tag/persistence

⇱ Persistence Archives - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Omozegie AziegbeApril 30th, 2026
    0 102

    Resolving the “Validation Failed for Query for Method” Error in Spring Data JPA

    This article explains how to diagnose and resolve the error “Validation failed for query for method” in Spring Data JPA.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Eleftheria DrosopoulouApril 7th, 2026
    0 503

    Hibernate 6 vs. Spring Data JDBC vs. jOOQ. Picking Your Persistence Strategy for the Virtual-Thread Era

    JDBC is still blocking. Hibernate 6 added reactive support through Vert.x. jOOQ is reviewing its ThreadLocal usage for Loom compatibility.…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJuly 17th, 2025
    0 513

    Introduction to DiceDB

    DiceDB is an open-source, easy-to-use in-memory database designed for modern applications. It supports fast data access and real-time updates, making…

    Read More »
  • Enterprise Java👁 Image
    Alex StaveleyJanuary 13th, 2012
    0 367

    Extending your JPA POJOs

    Extensibility is an important characteristic in many architectures.  It is a measure of how easy (or difficult) it is to…

    Read More »
  • Enterprise Java👁 Image
    Markus EiseleNovember 3rd, 2011
    0 149

    High Performance JPA with GlassFish and Coherence – Part 3

    In this third part of my four part series I’ll explain strategy number two of using Coherence with EclipseLink and…

    Read More »
  • Enterprise Java👁 Image
    Markus EiseleNovember 3rd, 2011
    0 146

    High Performance JPA with GlassFish and Coherence – Part 2

    In this second part of my four part series I’ll explain strategy number one of using Coherence with EclipseLink and…

    Read More »
  • Enterprise Java👁 Image
    Markus EiseleNovember 2nd, 2011
    0 147

    High performance JPA with GlassFish and Coherence – Part 1

    Have you heard about Coherence before? Probably yes. It’s one of those famous in-memory grid solutions promising awesome fast data access and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Steve RobinsonAugust 19th, 2011
    1 271

    Java Persistence API: a quick intro…

    Hello Readers! After numerous requests from some of my friends I’ve decided to write a short article about the Java…

    Read More »
  • Enterprise Java👁 Image
    Kees Jan KosterJuly 15th, 2011
    0 387

    Hibernate autocommit commands force MySQL in excessive disk I/O

    Dear All, I am sure many of you use Hibernate and MySQL, I use it here and there myself. Generally…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close