VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Keyhole SoftwareJanuary 20th, 2016
    0 190

    A Working DeltaSpike Tutorial

    On a recent project, I was faced with an interesting problem: take a service method that was given a single…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaDecember 29th, 2015
    0 97

    Pre Java EE 7 alternative to JPA 2.1 unsynchronized persistence context

    Unsynchronized persistence context in Java EE 7 JPA 2.1 introduced the concept of unsynchronized persistence context which allows fine grained…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Jakub KubrynskiNovember 6th, 2015
    0 524

    JPA in case of asynchronous processing

    Few years ago in Java world it was almost obvious that every “enterprise” class project needed JPA to communicate with…

    Read More »
  • Enterprise Java👁 Image
    Geoffrey De SmetSeptember 25th, 2015
    0 96

    Integrating JPA Hibernate with OptaPlanner

    We’ve been improving the integration of OptaPlanner with the rest of JEE, so it’s easier to build end user applications…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJuly 25th, 2015
    1 185

    WebSocket Client API in Java EE 7

    In this post, let’s explore the less talked about Web Socket Client API and how to leverage it within a…

    Read More »
  • Enterprise Java👁 Image
    Markus EiseleJuly 21st, 2015
    0 150

    Using JPA And CDI Beans With Camel on WildFly

    I didn’t really plan for it, but with a conference free month, I had the chance to dig around a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamJuly 1st, 2015
    1 640

    How To Stream/Serialize JPA Result As JAX-RS Response For Large Data

    There are times that retrieving a large data set through JPA is necessary (e.g. more than 1,000,000 records) and having…

    Read More »
  • Enterprise Java👁 Image
    Wim Van HaarenJune 5th, 2015
    1 913

    Custom Boolean User Type with Hibernate JPA

    The ANSI SQL 1999 standard introduced a BOOLEAN data type (although unfortunately only as an optional feature). But to date…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lukas EderMay 29th, 2015
    0 247

    Type Safe Queries for JPA’s Native Query API

    When you’re using JPA – sometimes – JPQL won’t do the trick and you’ll have to resort to native SQL.…

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