Hide
A PersistenceContext reference can be injected using the annotation @PersistenceContext. When there is
only one persistent unit declared in the jar file, it is not mandatory to define the the attribute "unitName".
In the case, which only the attribute "name" is specified, the injected resource can be found in the JNDI using the value of the attribute "name".
Reference: EJB 3.0 Core Specification - 16.11.1.1
Available tests: org.objectweb.easybeans.tests.environment.reference.persistencecontext.TestPersistenceContextRefFieldInjection
org.objectweb.easybeans.tests.environment.reference.persistencecontext.TestPersistenceContextRefMethodInjection
Show
A PersistenceContext reference can be injected using the annotation @PersistenceContext. When there is
only one persistent unit declared in the jar file, it is not mandatory to define the the attribute "unitName".
In the case, which only the attribute "name" is specified, the injected resource can be found in the JNDI using the value of the attribute "name".
Reference: EJB 3.0 Core Specification - 16.11.1.1
Available tests: org.objectweb.easybeans.tests.environment.reference.persistencecontext.TestPersistenceContextRefFieldInjection
org.objectweb.easybeans.tests.environment.reference.persistencecontext.TestPersistenceContextRefMethodInjection