VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 31st, 2013
    3 498

    Spring Data JPA and pagination

    Let us start with the classic JPA way to support pagination. Consider a simple domain class – A ‘Member’ with…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bear GilesNovember 26th, 2012
    2 745

    Database Encryption Using JPA Listeners

    I recently had to add database encryption to a few fields and discovered a lot of bad advice out there.…

    Read More »
  • Enterprise Java👁 Image
    Konrad GarusNovember 6th, 2012
    0 481

    JPA/Hibernate: Version-Based Optimistic Concurrency Control

    This article is an introduction to version-based optimistic concurrency control in Hibernate and JPA. The concept is fairly old and…

    Read More »
  • Groovy👁 Image
    Burt BeckwithOctober 28th, 2012
    0 205

    Grails: Autodiscovery of JPA-annotated domain classes

    There are some issues to be fixed with the support for adding JPA annotations (for example @Entity) to Groovy classes…

    Read More »
  • Enterprise Java👁 Image
    Hasan CeylanOctober 25th, 2012
    1 143

    Batoo JPA – 15x Faster Than The Leading JPA Provider

    Introduction I loved the JPA 1.0 back in early 2000s. I started using it together with EJB 3.0 even before…

    Read More »
  • Enterprise Java👁 Image
    Bozhidar BozhanovJuly 27th, 2012
    0 164

    Schema Creation Script With Hibernate 4, JPA And Maven

    The scenario is trivial – you want to generate a database schema creation script while building your application (and then…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Hebert CoelhoJuly 26th, 2012
    0 156

    EasyCriteria – An easy way to use the JPA Criteria

    Today we will see about this tool that make easier to use the JPA Criteria. The application that uses this…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Hebert CoelhoJuly 9th, 2012
    3 190

    Ultimate JPA Queries and Tips List – Part 3

    Before you read the third part , remember the first and second part of the series JPA: Creating a object…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Hebert CoelhoJuly 9th, 2012
    0 566

    Ultimate JPA Queries and Tips List – Part 2

    This part continues from the first part of the series. JPA: NamedQuery, querying with dates, warnings about the getSingleResult method…

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