In this lesson you will learn how to generate JPA manager beans
for the JPA entity beans that you created in the previous lessons. JPA manager
beans are used to manage all of the data access related to your JPA entities,
such as retrieving data through queries and updating your entities.