org.jboss.seam.persistence
Class InjectionEventListener
java.lang.Object
org.jboss.solder.beanManager.BeanManagerAware
org.jboss.seam.persistence.InjectionEventListener
public class InjectionEventListener
- extends org.jboss.solder.beanManager.BeanManagerAware
Event listener that enables injection and initalizer methods for JPA entities
Other CDI featues such as interceptors, observer methods and decorators are
not supported
TODO: should we check for the presence of invalid annotations such as @Observes
and log a warning?
This listener must be enabled in orm.xml
- Author:
- Stuart Douglas
| Methods inherited from class org.jboss.solder.beanManager.BeanManagerAware |
getBeanManager, getBeanManagerLocator, isBeanManagerAvailable, isBeanManagerInjected |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionEventListener
public InjectionEventListener()
load
public void load(Object entity)
Copyright © 2011 Seam Framework. All Rights Reserved.