|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.j2ee.deployment.annotation.AnnotationHelper
org.apache.geronimo.j2ee.deployment.annotation.PersistenceUnitAnnotationHelper
public final class PersistenceUnitAnnotationHelper
Static helper class used to encapsulate all the functions related to the translation of @PersistenceUnit and @PersistenceUnits annotations to deployment descriptor tags. The PersistenceUnitAnnotationHelper class can be used as part of the deployment of a module into the Geronimo server. It performs the following major functions:
Note(s):
Remaining ToDo(s):
Method Summary | |
---|---|
static void |
processAnnotations(AnnotatedApp annotatedApp,
org.apache.xbean.finder.ClassFinder classFinder)
Update the deployment descriptor from the PersistenceUnit and PersistenceUnits annotations |
Methods inherited from class org.apache.geronimo.j2ee.deployment.annotation.AnnotationHelper |
---|
configureInjectionTarget, getInjectionClass, getInjectionJavaType, hasTarget, validateDD |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void processAnnotations(AnnotatedApp annotatedApp, org.apache.xbean.finder.ClassFinder classFinder) throws DeploymentException
annotatedApp
- Access to the spec ddclassFinder
- Access to the classes of interest
DeploymentException
- if parsing or validation error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |