What Next?

In this Cloud Tutorial, we learned a great deal about the persistence of Java objects, beginning with the creating of entities from the classes of domain objects using annotations.

Instances of these classes can be stored in a database using the EntityManager, enabling them to be retrieved at a later date using the Criteria API or JPQL.

As part of this process, the conditions you have set in the entities using annotations are checked automatically via Bean Validation.

Finally, we needed a transaction context for the execution of database queries. This was created by converting services to EJBs. We’ll learn more about the interesting yet still largely unknown technology in the Cloud Tutorial EJB in a Day (to appear in march 2016).

If you want to deep dive into JPA, check the following references:

Discussion

Use the message board below to give the authors your feedback or to discuss this page’s topic with other readers (in English please!). Please don’t expect the authors to answer directly, but they might update the content of this site according to your feedback.