|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.inject.InjectionPointHandler
com.caucho.config.j2ee.JavaeeInjectionHandler
com.caucho.config.j2ee.PersistenceContextHandler
public class PersistenceContextHandler
Handles the @PersistenceContext annotation for JavaEE
Constructor Summary | |
---|---|
PersistenceContextHandler(InjectManager manager)
|
Method Summary | |
---|---|
ConfigProgram |
introspectField(AnnotatedField<?> field)
|
ConfigProgram |
introspectMethod(AnnotatedMethod<?> method)
|
ConfigProgram |
introspectType(AnnotatedType<?> type)
|
Methods inherited from class com.caucho.config.j2ee.JavaeeInjectionHandler |
---|
bind, bind, bindJndi, bindJndi, bindJndi, getLocation, getLocation, getManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistenceContextHandler(InjectManager manager)
Method Detail |
---|
public ConfigProgram introspectType(AnnotatedType<?> type)
introspectType
in class InjectionPointHandler
public ConfigProgram introspectField(AnnotatedField<?> field)
introspectField
in class InjectionPointHandler
public ConfigProgram introspectMethod(AnnotatedMethod<?> method)
introspectMethod
in class InjectionPointHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |