Skip to content

Instantly share code, notes, and snippets.

@gonzalad
Created March 1, 2012 11:14
Show Gist options
  • Save gonzalad/1949133 to your computer and use it in GitHub Desktop.
Save gonzalad/1949133 to your computer and use it in GitHub Desktop.
em cd produced
public class DatabaseProducer {
@Produces
@PersistenceContext(unitName = "applicationPetstorePU")
private EntityManager em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment