VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Lukas EderApril 18th, 2015
    3 98

    How JPA 2.1 has become the new EJB 2.0

    Beauty lies in the eye of the beholder. So does “ease”: Learn more about SQL Result Set Mappings and handle…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    David SalterMarch 24th, 2015
    1 110

    Enumerating @NamedQuery within @NamedQueries

    Introduction If you’re a Java developer using JPA, chances are that you’ve declared one or more @NamedQuery objects on your…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Roberto CortezMarch 23rd, 2015
    0 434

    JPA Database Schema Generation

    For some time now, most of the main implementations of JPA, like Hibernate, EclipseLink or OpenJPA, offered ways to generate…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaMarch 10th, 2015
    0 219

    A beginner’s guide to JPA and Hibernate Cascade Types

    Introduction JPA translates entity state transitions to database DML statements. Because it’s common to operate on entity graphs, JPA allows…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisMarch 5th, 2015
    1 231

    JPA 2.1: Unsynchronized persistence context

    The JPA version 2.1 brings a new way how to handle the synchronization between the persistence context and the current…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaFebruary 27th, 2015
    0 239

    Hibernate Locking Patterns – How does PESSIMISTIC_READ and PESSIMISTIC_WRITE work

    Introduction Java Persistence API comes with a thorough concurrency control mechanism, supporting both implicit and explicit locking. The implicit locking…

    Read More »
  • Enterprise Java👁 Image
    Martin MoisFebruary 24th, 2015
    0 2,574

    JPA 2.1 criteria delete/update and temporary tables in Hibernate

    Since JPA version 2.0 the EntityManager offers the method getCriteriaBuilder() to dynamically build select queries without the need of string…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisFebruary 16th, 2015
    24 3,143

    JPA Tutorial – The ULTIMATE Guide (PDF Download)

    EDITORIAL NOTE: In this post, we feature a comprehensive JPA Tutorial. The Java Persistence API (JPA) is a Java programming…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaJanuary 14th, 2015
    0 223

    A beginner’s guide to Java Persistence locking

    Implicit locking In concurrency theory, locking is used for protecting mutable shared data against hazardous data integrity anomalies. Because lock…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
  • ...
  • Last
Back to top button
Close