Regarding to my previous post about JPA and DAO it is useful to look at the following article, illustrating a small example showing the basic usage of JPA. The example includes:
- Annotate your object model with Java Persistence Annotations, including relationships and inheritance
- How do work with lazy initialations
- Named Queries
- How to use the Entity Manager
No comments:
Post a Comment