org.jboss.metadata.annotation.creator
Class PersistenceUnitMethodProcessor

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.AbstractInjectionTargetProcessor<E>
          extended by org.jboss.metadata.annotation.creator.AbstractPersistenceUnitProcessor<Method>
              extended by org.jboss.metadata.annotation.creator.PersistenceUnitMethodProcessor
All Implemented Interfaces:
Processor<PersistenceUnitReferencesMetaData,Method>

public class PersistenceUnitMethodProcessor
extends AbstractPersistenceUnitProcessor<Method>
implements Processor<PersistenceUnitReferencesMetaData,Method>

Version:
$Revision$
Author:
Emanuel Muckenhuber

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
PersistenceUnitMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
protected  String getInjectionName(Method element)
           
protected  String getName(Method element)
           
 
Methods inherited from class org.jboss.metadata.annotation.creator.AbstractPersistenceUnitProcessor
createPU, getAnnotationTypes, process, process
 
Methods inherited from class org.jboss.metadata.annotation.creator.AbstractInjectionTargetProcessor
addReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.metadata.annotation.creator.Processor
getAnnotationTypes, process
 

Constructor Detail

PersistenceUnitMethodProcessor

public PersistenceUnitMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
Method Detail

getInjectionName

protected String getInjectionName(Method element)
Specified by:
getInjectionName in class AbstractPersistenceUnitProcessor<Method>

getName

protected String getName(Method element)
Specified by:
getName in class AbstractPersistenceUnitProcessor<Method>


Copyright © 2009 JBoss Inc.. All Rights Reserved.