VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Vlad MihalceaDecember 17th, 2014
    24 158

    EAGER fetching is a code smell

    Introduction Hibernate fetching strategies can really make a difference between an application that barely crawls and a highly responsive one.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Thorben JanssenDecember 15th, 2014
    1 143

    5 ways to initialize lazy relations and when to use them

    Lazy loading of relations between entities is a well established best practice in JPA. Its main goal is to retrieve…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Roberto CortezNovember 26th, 2014
    0 273

    JPA Entity Graphs

    One of the latest features in JPA 2.1 is the ability to specify fetch plans using Entity Graphs. This is…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Hebert CoelhoNovember 13th, 2014
    1 116

    EasyCriteria has evolved to uaiCriteria. New name and more features

    Hello, how are you? I am very happy to announce the release of the uaiCriteria, the EasyCriteria evolution. Was it…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    MD Sayem AhmedOctober 15th, 2014
    0 121

    JPA Tutorial: Mapping Entities – Part 3

    In my last article I showed two different ways to read/write persistent entity state – field and property. When field access mode is…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    MD Sayem AhmedOctober 7th, 2014
    0 181

    JPA Tutorial: Mapping Entities – Part 2

    In my last post I showed a simple way of persisting an entity. I explained the default approach that JPA…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaSeptember 25th, 2014
    0 226

    Preventing lost updates in long conversations

    Introduction All database statements are executed within the context of a physical transaction, even when we don’t explicitly declare transaction…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    MD Sayem AhmedSeptember 25th, 2014
    2 152

    JPA tutorial: Mapping Entities – Part 1

    In this article I will discuss about the entity mapping procedure in JPA. As for my examples I will use…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Hebert CoelhoSeptember 6th, 2014
    6 728

    JPA Hibernate Alternatives. What can I use if JPA or Hibernate is not good enough for my project?

    Hello, how are you? Today we will talk about situations that the use of the JPA/Hibernate is not recommended. Which…

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