0 Replies Latest reply on Jan 21, 2009 3:38 PM by jnusaira

    Best Practice Question with Data Access.

    jnusaira

      I was kind of curious to all of you out there a few best practice questions with the database.



      Basic question: Are you using JPA or Hibernate?


      ... we are using JPA and i somewhat regret that decision. I think it would have made some our spring integration smoother, and i miss criteria queries :(



      Second question? Actually calling queries in the database and updating items.


      Are you going throughg a DAO class whether its your own or whether its one of Seam Entity Home type classes? Or do you just call the query in the middle of your service?


      Anyway i was just really curious