org.jboss.ejb3.injection.pojo
Class PersistenceUnitInjector
java.lang.Object
org.jboss.ejb3.injection.pojo.PersistenceUnitInjector
- All Implemented Interfaces:
- PojoInjector
public class PersistenceUnitInjector
- extends Object
- implements PojoInjector
Comment
- Version:
- $Revision: 1.2.2.3 $
- Author:
- Bill Burke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceUnitInjector
public PersistenceUnitInjector(Hashtable initialContextProperties)
getEntityManagerFactory
public Object getEntityManagerFactory(javax.persistence.PersistenceUnit ref,
Class type)
throws NamingException
- Throws:
NamingException
inject
public void inject(Method m,
java.lang.annotation.Annotation annotation,
Object pojo)
- Specified by:
inject in interface PojoInjector
inject
public void inject(Field f,
java.lang.annotation.Annotation annotation,
Object pojo)
- Specified by:
inject in interface PojoInjector
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.