org.jboss.seam.persistence
Class InjectionEventListener

java.lang.Object
  extended by org.jboss.solder.beanManager.BeanManagerAware
      extended by 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

Constructor Summary
InjectionEventListener()
           
 
Method Summary
 void load(Object entity)
           
 
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
 

Constructor Detail

InjectionEventListener

public InjectionEventListener()
Method Detail

load

public void load(Object entity)


Copyright © 2011 Seam Framework. All Rights Reserved.