Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Shows use of @Resource @PersistenceContext to have an EntityManager with an EXTENDED persistence context injected into a @Stateful bean. An EJB 3 @Entity bean is used with the EntityManager to create, persist and merge data to a database.

...