Results 1 to 2 of 2

Thread: Spring data-JPA with Hibernate Session API

Threaded View

  1. #1

    Default Spring data-JPA with Hibernate Session API

    AFAIK , Spring data only provides a ready-to-go DAO framework for the JPA 's EntityManager use . However , is it possible to use Spring data in Hibernate Session API ?

    I know using the standardized JPA interface is the good practise as it allows changing the JPA implementation easily.
    But I don't think my application will change to use another persistence implementation in the future .Besides , I am more familiar with Hibernate and it is more feature rich.
    Last edited by drupalspring; Jan 3rd, 2012 at 12:33 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •