public class JaxbEntityListener extends Object implements Serializable, LifecycleCallbackContainer
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://xmlns.jcp.org/xml/ns/persistence/orm}pre-persist" minOccurs="0"/>
<element name="post-persist" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}post-persist" minOccurs="0"/>
<element name="pre-remove" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}pre-remove" minOccurs="0"/>
<element name="post-remove" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}post-remove" minOccurs="0"/>
<element name="pre-update" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}pre-update" minOccurs="0"/>
<element name="post-update" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}post-update" minOccurs="0"/>
<element name="post-load" type="{http://xmlns.jcp.org/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 String |
clazz |
protected String |
description |
protected JaxbPostLoad |
postLoad |
protected JaxbPostPersist |
postPersist |
protected JaxbPostRemove |
postRemove |
protected JaxbPostUpdate |
postUpdate |
protected JaxbPrePersist |
prePersist |
protected JaxbPreRemove |
preRemove |
protected JaxbPreUpdate |
preUpdate |
| Constructor and Description |
|---|
JaxbEntityListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getDescription()
Gets the value of the description property.
|
JaxbPostLoad |
getPostLoad()
Gets the value of the postLoad property.
|
JaxbPostPersist |
getPostPersist()
Gets the value of the postPersist property.
|
JaxbPostRemove |
getPostRemove()
Gets the value of the postRemove property.
|
JaxbPostUpdate |
getPostUpdate()
Gets the value of the postUpdate property.
|
JaxbPrePersist |
getPrePersist()
Gets the value of the prePersist property.
|
JaxbPreRemove |
getPreRemove()
Gets the value of the preRemove property.
|
JaxbPreUpdate |
getPreUpdate()
Gets the value of the preUpdate property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setPostLoad(JaxbPostLoad value)
Sets the value of the postLoad property.
|
void |
setPostPersist(JaxbPostPersist value)
Sets the value of the postPersist property.
|
void |
setPostRemove(JaxbPostRemove value)
Sets the value of the postRemove property.
|
void |
setPostUpdate(JaxbPostUpdate value)
Sets the value of the postUpdate property.
|
void |
setPrePersist(JaxbPrePersist value)
Sets the value of the prePersist property.
|
void |
setPreRemove(JaxbPreRemove value)
Sets the value of the preRemove property.
|
void |
setPreUpdate(JaxbPreUpdate value)
Sets the value of the preUpdate property.
|
protected String description
protected JaxbPrePersist prePersist
protected JaxbPostPersist postPersist
protected JaxbPreRemove preRemove
protected JaxbPostRemove postRemove
protected JaxbPreUpdate preUpdate
protected JaxbPostUpdate postUpdate
protected JaxbPostLoad postLoad
protected String clazz
public String getDescription()
getDescription in interface LifecycleCallbackContainerStringpublic void setDescription(String value)
setDescription in interface LifecycleCallbackContainervalue - allowed object is
Stringpublic JaxbPrePersist getPrePersist()
getPrePersist in interface LifecycleCallbackContainerJaxbPrePersistpublic void setPrePersist(JaxbPrePersist value)
setPrePersist in interface LifecycleCallbackContainervalue - allowed object is
JaxbPrePersistpublic JaxbPostPersist getPostPersist()
getPostPersist in interface LifecycleCallbackContainerJaxbPostPersistpublic void setPostPersist(JaxbPostPersist value)
setPostPersist in interface LifecycleCallbackContainervalue - allowed object is
JaxbPostPersistpublic JaxbPreRemove getPreRemove()
getPreRemove in interface LifecycleCallbackContainerJaxbPreRemovepublic void setPreRemove(JaxbPreRemove value)
setPreRemove in interface LifecycleCallbackContainervalue - allowed object is
JaxbPreRemovepublic JaxbPostRemove getPostRemove()
getPostRemove in interface LifecycleCallbackContainerJaxbPostRemovepublic void setPostRemove(JaxbPostRemove value)
setPostRemove in interface LifecycleCallbackContainervalue - allowed object is
JaxbPostRemovepublic JaxbPreUpdate getPreUpdate()
getPreUpdate in interface LifecycleCallbackContainerJaxbPreUpdatepublic void setPreUpdate(JaxbPreUpdate value)
setPreUpdate in interface LifecycleCallbackContainervalue - allowed object is
JaxbPreUpdatepublic JaxbPostUpdate getPostUpdate()
getPostUpdate in interface LifecycleCallbackContainerJaxbPostUpdatepublic void setPostUpdate(JaxbPostUpdate value)
setPostUpdate in interface LifecycleCallbackContainervalue - allowed object is
JaxbPostUpdatepublic JaxbPostLoad getPostLoad()
getPostLoad in interface LifecycleCallbackContainerJaxbPostLoadpublic void setPostLoad(JaxbPostLoad value)
setPostLoad in interface LifecycleCallbackContainervalue - allowed object is
JaxbPostLoadpublic String getClazz()
getClazz in interface LifecycleCallbackContainerStringpublic void setClazz(String value)
setClazz in interface LifecycleCallbackContainervalue - allowed object is
StringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.