Single DAO & generic CRUD methods (JPA/Hibernate + Spring)

前端 未结 5 454
你的背包
你的背包 2020-11-28 18:26

Following my previous question, DAO and Service layers (JPA/Hibernate + Spring), I decided to use just a single DAO for my data layer (at least at the beginning) in an appli

5条回答
  •  攒了一身酷
    2020-11-28 18:57

    if you are looking for a third party implementation , you can check http://www.altuure.com/projects/yagdao/ . it is a nnotation based generic DAO framework which supports JPA and hibernate

提交回复
热议问题