org.apache.openejb.config
Class PersistenceContextAnnFactory

java.lang.Object
  extended by org.apache.openejb.config.PersistenceContextAnnFactory

public class PersistenceContextAnnFactory
extends java.lang.Object


Field Summary
 java.util.Map<java.lang.String,org.apache.openejb.config.PersistenceContextAnnFactory.AsmPersistenceContext> contexts
           
 
Constructor Summary
PersistenceContextAnnFactory()
           
 
Method Summary
 void addAnnotations(java.lang.Class c)
           
 PersistenceContextAnn create(javax.persistence.PersistenceContext persistenceContext, AnnotationDeployer.Member member)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contexts

public java.util.Map<java.lang.String,org.apache.openejb.config.PersistenceContextAnnFactory.AsmPersistenceContext> contexts
Constructor Detail

PersistenceContextAnnFactory

public PersistenceContextAnnFactory()
Method Detail

addAnnotations

public void addAnnotations(java.lang.Class c)
                    throws OpenEJBException
Throws:
OpenEJBException

create

public PersistenceContextAnn create(javax.persistence.PersistenceContext persistenceContext,
                                    AnnotationDeployer.Member member)
                             throws OpenEJBException
Throws:
OpenEJBException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.