VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Anuj KumarJuly 18th, 2013
    4 180

    JPA 2 | Fetch Joins and whether we should use them

    Introduction Recently I have been working with FETCH JOINS in JPA 2 to fetch the data eagerly from the Database…

    Read More »
  • Enterprise Java👁 Image
    Petri KainulainenJuly 15th, 2013
    4 300

    Spring Data JPA Tutorial Part One: Configuration

    Spring Data JPA is a project which aims both to simplify the creation of JPA based repositories and to reduce…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Brian PorterJuly 9th, 2013
    0 227

    How to use Reflection to Document your Data Model based on JPA Annotations

    So using JPA, Hiber­nate or EBeans is cool when you can just anno­tate your Java classes, but haven’t you always…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Anuj KumarJune 18th, 2013
    0 1,139

    JPA 2 | Dynamic Queries Vs Named Queries

    JPA has its own Query language called JPQL. JPQL is very similar to SQL, with one major difference being that…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Anuj KumarJune 8th, 2013
    6 1,001

    JPA 2 | EntityManagers, Transactions and everything around it

    Introduction One of the most confusing and unclear thing for me, as a Java Developer has been the mystery surrounding the Transaction…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Tomasz NurkiewiczJune 5th, 2013
    0 133

    Mapping enums done right with @Convert in JPA 2.1

    If you ever worked with Java enums in JPA you are definitely aware of their limitations and traps. Using enum…

    Read More »
  • Enterprise Java👁 Image
    Alexey ZvolinskiyMay 31st, 2013
    17 481

    Spring JPA Data + Hibernate + MySQL + Maven

    Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the…

    Read More »
  • Enterprise Java👁 Image
    Michal JastakMay 14th, 2013
    1 721

    JPA – Querydsl Projections

    In my last post: JPA – Basic Projections – I’ve mentioned about two basic possibilities of building JPA Projections. This…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michal JastakMay 1st, 2013
    2 111

    JPA – Should I become a laziness extremist?

    When you spoke with the Developers about mapping objects to relational databases, they very often complain about poor JPA performance,…

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