public class EntityListener
extends java.lang.Object
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://java.sun.com/xml/ns/persistence/orm}pre-persist" minOccurs="0"/> <element name="post-persist" type="{http://java.sun.com/xml/ns/persistence/orm}post-persist" minOccurs="0"/> <element name="pre-remove" type="{http://java.sun.com/xml/ns/persistence/orm}pre-remove" minOccurs="0"/> <element name="post-remove" type="{http://java.sun.com/xml/ns/persistence/orm}post-remove" minOccurs="0"/> <element name="pre-update" type="{http://java.sun.com/xml/ns/persistence/orm}pre-update" minOccurs="0"/> <element name="post-update" type="{http://java.sun.com/xml/ns/persistence/orm}post-update" minOccurs="0"/> <element name="post-load" type="{http://java.sun.com/xml/ns/persistence/orm}post-load" minOccurs="0"/> </sequence> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
clazz |
protected java.lang.String |
description |
protected PostLoad |
postLoad |
protected PostPersist |
postPersist |
protected PostRemove |
postRemove |
protected PostUpdate |
postUpdate |
protected PrePersist |
prePersist |
protected PreRemove |
preRemove |
protected PreUpdate |
preUpdate |
Constructor and Description |
---|
EntityListener() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
PostLoad |
getPostLoad()
Gets the value of the postLoad property.
|
PostPersist |
getPostPersist()
Gets the value of the postPersist property.
|
PostRemove |
getPostRemove()
Gets the value of the postRemove property.
|
PostUpdate |
getPostUpdate()
Gets the value of the postUpdate property.
|
PrePersist |
getPrePersist()
Gets the value of the prePersist property.
|
PreRemove |
getPreRemove()
Gets the value of the preRemove property.
|
PreUpdate |
getPreUpdate()
Gets the value of the preUpdate property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setPostLoad(PostLoad value)
Sets the value of the postLoad property.
|
void |
setPostPersist(PostPersist value)
Sets the value of the postPersist property.
|
void |
setPostRemove(PostRemove value)
Sets the value of the postRemove property.
|
void |
setPostUpdate(PostUpdate value)
Sets the value of the postUpdate property.
|
void |
setPrePersist(PrePersist value)
Sets the value of the prePersist property.
|
void |
setPreRemove(PreRemove value)
Sets the value of the preRemove property.
|
void |
setPreUpdate(PreUpdate value)
Sets the value of the preUpdate property.
|
protected java.lang.String description
protected PrePersist prePersist
protected PostPersist postPersist
protected PreRemove preRemove
protected PostRemove postRemove
protected PreUpdate preUpdate
protected PostUpdate postUpdate
protected PostLoad postLoad
protected java.lang.String clazz
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public PrePersist getPrePersist()
PrePersist
public void setPrePersist(PrePersist value)
value
- allowed object is
PrePersist
public PostPersist getPostPersist()
PostPersist
public void setPostPersist(PostPersist value)
value
- allowed object is
PostPersist
public PreRemove getPreRemove()
PreRemove
public void setPreRemove(PreRemove value)
value
- allowed object is
PreRemove
public PostRemove getPostRemove()
PostRemove
public void setPostRemove(PostRemove value)
value
- allowed object is
PostRemove
public PreUpdate getPreUpdate()
PreUpdate
public void setPreUpdate(PreUpdate value)
value
- allowed object is
PreUpdate
public PostUpdate getPostUpdate()
PostUpdate
public void setPostUpdate(PostUpdate value)
value
- allowed object is
PostUpdate
public PostLoad getPostLoad()
PostLoad
public void setPostLoad(PostLoad value)
value
- allowed object is
PostLoad
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String