JPA Tutorial
- JPQL at a glance
- Create Your First JPA application
- How to Save an entity object in JPA
- How to update an entity object in JPA
- How to find an entity record from database
- How to delete an entity object
- JPA one-to-one mapping overview
- JPA one-to-many mapping overview
- JPA many-to-many mapping overview
- JPA inheritance strategies with examples
- JPA Single Table strategy
- JPA basic operaions in a nutshell - Save, Update, Remove, Find
- JPQL Overview
- JPQL dynamic query example
- JPA table per class strategy
- JPA joined table strategy
- JPA Embedded Objects
- JPA Map A List Of Values to An Entity