March 2007
Intermediate to advanced
712 pages
21h 53m
English
This chapter covers
In chapter 7 you learned how to develop the application domain model using JPA. In chapter 8 you saw how domain objects and relationships are mapped to the database. While the ORM annotations we explored in chapter 8 indicate how an entity is persisted, the annotations don’t do the actual persisting. This is performed by applications using the EntityManager interface, the topic of this chapter.
To use an analogy, the domain model annotated with ORM configuration is like a children’s toy ...
Read now
Unlock full access