Class JaxbEntityListenerImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListenerImpl
All Implemented Interfaces:
Serializable, JaxbLifecycleCallbackContainer

public class JaxbEntityListenerImpl extends Object implements Serializable, JaxbLifecycleCallbackContainer
Defines an entity listener to be invoked at lifecycle events for the entities that list this listener.

Java class for entity-listener complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="entity-listener">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pre-persist" type="{http://www.hibernate.org/xsd/orm/mapping}pre-persist" minOccurs="0"/>
         <element name="post-persist" type="{http://www.hibernate.org/xsd/orm/mapping}post-persist" minOccurs="0"/>
         <element name="pre-remove" type="{http://www.hibernate.org/xsd/orm/mapping}pre-remove" minOccurs="0"/>
         <element name="post-remove" type="{http://www.hibernate.org/xsd/orm/mapping}post-remove" minOccurs="0"/>
         <element name="pre-update" type="{http://www.hibernate.org/xsd/orm/mapping}pre-update" minOccurs="0"/>
         <element name="post-update" type="{http://www.hibernate.org/xsd/orm/mapping}post-update" minOccurs="0"/>
         <element name="post-load" type="{http://www.hibernate.org/xsd/orm/mapping}post-load" minOccurs="0"/>
       </sequence>
       <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: