org.jboss.injection
Class ExtendedPersistenceContextInjector
java.lang.Object
org.jboss.injection.ExtendedPersistenceContextInjector
- All Implemented Interfaces:
- Injector, PojoInjector
public class ExtendedPersistenceContextInjector
- extends java.lang.Object
- implements Injector, PojoInjector
Comment
|
Field Summary |
protected org.jboss.jpa.deployment.ManagedEntityManagerFactory |
factory
|
protected static org.jboss.logging.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.jboss.logging.Logger log
factory
protected org.jboss.jpa.deployment.ManagedEntityManagerFactory factory
ExtendedPersistenceContextInjector
protected ExtendedPersistenceContextInjector(org.jboss.jpa.deployment.ManagedEntityManagerFactory factory)
inject
public void inject(BeanContext ctx)
- Specified by:
inject in interface Injector
inject
public void inject(BeanContext beanContext,
java.lang.Object instance)
- Specified by:
inject in interface PojoInjector
inject
public void inject(java.lang.Object instance)
- Specified by:
inject in interface Injector
getInjectionClass
public java.lang.Class getInjectionClass()
- Specified by:
getInjectionClass in interface Injector