VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Thorben JanssenMay 26th, 2014
    1 231

    JPA 2.1 Type Converter – The better way to persist enums

    Persisting enums with JPA 2.0 is possible, but there is no nice way to do it. Using the @Enumerated annotation,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyMarch 19th, 2014
    2 168

    SpringMVC4 + Spring Data JPA + SpringSecurity configuration using JavaConfig

    In this article we will see how to configure and integrate SpringMVC4, Spring Data JPA with Hibernate and SpringSecurity using…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Siva ReddyMarch 17th, 2014
    0 129

    Exporting Spring Data JPA Repositories as REST Services using Spring Data REST

    Spring Data modules provides various modules to work with various types of datasources like RDBMS, NOSQL stores etc in unified…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bear GilesJanuary 27th, 2014
    2 168

    Project Student: JPA Criteria Queries

    This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer, Persistence…

    Read More »
  • Enterprise Java👁 Image
    Leonardo ShikidaJanuary 23rd, 2014
    27 2,889

    Primefaces DataTable Lazy Loading with pagination, filtering and sorting using JPA Criteria, @ViewScoped

    Primefaces datatable lazy pagination works, but I was really frustrated after searching for a full example using Criteria in the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagJanuary 7th, 2014
    0 495

    Java: Using the specification pattern with JPA

    This article is an introduction to using the specification pattern in Java. We also will see how we can combine…

    Read More »
  • Enterprise Java👁 Image
    Vlad MihalceaDecember 10th, 2013
    0 131

    JOOQ Facts: From JPA Annotations to JOOQ Table Mappings

    JOOQ is a neat framework, and it addresses a long issue I’ve had with advanced dynamic filtered queries. While Hibernate…

    Read More »
  • Enterprise Java👁 Image
    Martin MoisNovember 4th, 2013
    5 1,658

    Efficiently delete data with JPA and Hibernate

    You may come to the situation where you have to perform a bulk deletion on a huge amount of datasets…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Bear GilesOctober 4th, 2013
    0 1,015

    Spring-injected Beans in JPA EntityListeners

    In Database Encryption Using JPA Listeners I discussed transparent encryption using a JPA EntityListener. This approach was transparent in the…

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