VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    MD Sayem AhmedAugust 27th, 2014
    4 447

    JPA Tutorial – Setting Up JPA in a Java SE Environment

    JPA stands for Java Persistence API, which basically is a specification that describes a way to persist data into a persistent storage,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sergio MolinaAugust 13th, 2014
    2 576

    Compile-time checking JPA queries

    JPA provides several alternatives for querying data. Such alternatives may be classified attending to a variety of criteria, eg, language…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaAugust 10th, 2014
    0 290

    A beginner’s guide to JPA/Hibernate flush strategies

    Introduction In my previous post I introduced the entity state transitions Object-relational mapping paradigm. All managed entity state transitions are…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaJuly 21st, 2014
    0 211

    From JPA to Hibernate’s legacy and enhanced identifier generators

    JPA identifier generators JPA defines the following identifier strategies:                 Strategy Description AUTO…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisJuly 3rd, 2014
    1 299

    Using @NamedEntityGraph to load JPA entities more selectively in N+1 scenarios

    The N+1 problem is a common issue when working with ORM solutions. It happens when you set the fetchType for…

    Read More »
  • Enterprise Java👁 Image
    Thorben JanssenJune 13th, 2014
    0 157

    Testing with Aliens: How to test a JPA type converter with Arquillian

    This post was written together with +Aslak Knutsen (@aslakknutsen). JPA type converters provide an easy way to define how an…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Thorben JanssenJune 5th, 2014
    0 164

    How to use a JPA Type Converter to encrypt your data

    A few days ago, I read an interesting article by Bear Giles about Database encryption using JPA listeners from 2012.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Thorben JanssenMay 29th, 2014
    5 536

    JPA 2.1 Entity Graph – Part 2: Define lazy/eager loading at runtime

    This is my second post on JPA 2.1 Entity Graphs. The first post described the usage of named entity graphs.…

    Read More »
  • Enterprise Java👁 Image
    Thorben JanssenMay 28th, 2014
    1 275

    JPA 2.1 Entity Graph – Part 1: Named entity graphs

    Lazy loading was often an issue with JPA 2.0. You have to define at the entity if you want to…

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