CRUD Operations with JPAThe following subsections explain how to use JPA for CRUD database operations: Storing JPA Entity ObjectsRetrieving JPA Entity ObjectsUpdating JPA Entity ObjectsDeleting JPA Entity Objects< Managed Entity Objects^ Using JPAStoring Entities >