org.jboss.cdi.tck.tests.context.passivating.dependency.resource.persistence
Class Profile
java.lang.Object
org.jboss.cdi.tck.tests.context.passivating.dependency.resource.persistence.Profile
- All Implemented Interfaces:
- Serializable
@SessionScoped
public class Profile
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Profile
public Profile()
init
@PostConstruct
public void init()
getEntityManager
public javax.persistence.EntityManager getEntityManager()
getEntityManagerFactory
public javax.persistence.EntityManagerFactory getEntityManagerFactory()
getId
public String getId()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.