VOOZH about

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

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


  • Enterprise Java👁 Image
    Blaise DoughanApril 17th, 2013
    0 135

    Introducing EclipseLink JPA-RS

    In a previous series of posts I covered how to create a JAX-RS service that leveraged JPA for the persistence…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Kevin BowersoxApril 11th, 2013
    3 3,402

    JPA: Determining the Owning Side of a Relationship

    When using the Java Persistence API (JPA) it is often necessary to create relationships between two entities.  These relationships are…

    Read More »
  • Enterprise Java👁 Image
    Michal JastakApril 9th, 2013
    6 355

    JPA – Hibernate – Type mapping on package level

    When we are finally mature enough to use some custom types mapping in JPA, we usually stuck with some provider…

    Read More »
  • Enterprise Java👁 Image
    Nadav AzariaApril 3rd, 2013
    5 844

    JPA 2.0 Criteria Query with Hibernate

    Criteria Query has been introduced in JPA 2.0. With the help of criteria queries you can write your queries in…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Piotr NowickiMarch 27th, 2013
    1 547

    JPA and CMT – Why Catching Persistence Exception is Not Enough?

    Being in EJB and JPA world using CMT (Container Managed Transactions) is very comfortable. Just define few annotations to demarcate…

    Read More »
  • Enterprise Java👁 Image
    Piotr NowickiMarch 27th, 2013
    0 612

    Types of Entity Managers: Application-managed EntityManager

    JPA specification defines few types of EntityManagers / Persistence Contexts. We can have: extended and transactional-scoped EntityManagers, container-managed or application-managed…

    Read More »
  • Enterprise Java👁 Image
    Alexey ZvolinskiyMarch 21st, 2013
    3 200

    Bidirectional @OneToMany / @ManyToOne association

    One of goals in programming is representing of models from real world. Very often an application need to model some…

    Read More »
  • Enterprise Java👁 Image
    Alexey ZvolinskiyMarch 21st, 2013
    3 285

    Bidirectional @OneToOne primary key association

    It’s time to continue articles about Hibernate. The last one was dedicated to unidirectional @OneToOne association. So today I will…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Hebert CoelhoFebruary 15th, 2013
    8 184

    EasyCriteria 2.0 – JPA Criteria should be easy

    In the post today we will see about the new version of the framework named EasyCriteria. At the end of…

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