Uses of Interface
org.eclipse.persistence.internal.sessions.cdi.InjectionManager
-
Packages that use InjectionManager Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.internal.sessions.cdi -
-
Uses of InjectionManager in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as InjectionManager Modifier and Type Field Description protected InjectionManager<?>AbstractSession. injectionManagerAllow CDI injection of entity listenersMethods in org.eclipse.persistence.internal.sessions that return InjectionManager Modifier and Type Method Description <T> InjectionManager<T>AbstractSession. createInjectionManager(Object beanManager)<T> InjectionManager<T>AbstractSession. getInjectionManager()Methods in org.eclipse.persistence.internal.sessions with parameters of type InjectionManager Modifier and Type Method Description voidAbstractSession. setInjectionManager(InjectionManager<?> injectionManager) -
Uses of InjectionManager in org.eclipse.persistence.internal.sessions.cdi
Classes in org.eclipse.persistence.internal.sessions.cdi that implement InjectionManager Modifier and Type Class Description classDisabledInjectionManager<T>classInjectionManagerImpl<T>Manages calls to CDI to inject into managed beans This class will be created reflectively to avoid dependencies on CDI classes in environments that do not support CDI
-