Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 309 Bytes

jsfapp-generic-jpa

This project is already all setup and ready to use with JPA and Hibernate, and we have the buit in methods:

  • findById()
  • findAll()
  • save()
  • update()
  • deleteById()
  • deleteAll()
  • searchByField()
  • createCustom()