public class MappedSuperclass extends Object
Modifier and Type | Field and Description |
---|---|
protected AccessType |
access |
protected Attributes |
attributes |
protected String |
clazz |
protected String |
description |
protected EntityListeners |
entityListeners |
protected EmptyType |
excludeDefaultListeners |
protected EmptyType |
excludeSuperclassListeners |
protected IdClass |
idClass |
protected Boolean |
metadataComplete |
protected PostLoad |
postLoad |
protected PostPersist |
postPersist |
protected PostRemove |
postRemove |
protected PostUpdate |
postUpdate |
protected PrePersist |
prePersist |
protected PreRemove |
preRemove |
protected PreUpdate |
preUpdate |
Constructor and Description |
---|
MappedSuperclass() |
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
Attributes |
getAttributes()
Gets the value of the attributes property.
|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getDescription()
Gets the value of the description property.
|
EntityListeners |
getEntityListeners()
Gets the value of the entityListeners property.
|
EmptyType |
getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property.
|
EmptyType |
getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property.
|
IdClass |
getIdClass()
Gets the value of the idClass 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.
|
Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property.
|
void |
setAccess(AccessType value)
Sets the value of the access property.
|
void |
setAttributes(Attributes value)
Sets the value of the attributes property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property.
|
void |
setExcludeDefaultListeners(EmptyType value)
Sets the value of the excludeDefaultListeners property.
|
void |
setExcludeSuperclassListeners(EmptyType value)
Sets the value of the excludeSuperclassListeners property.
|
void |
setIdClass(IdClass value)
Sets the value of the idClass property.
|
void |
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete 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 String description
protected IdClass idClass
protected EmptyType excludeDefaultListeners
protected EmptyType excludeSuperclassListeners
protected EntityListeners entityListeners
protected PrePersist prePersist
protected PostPersist postPersist
protected PreRemove preRemove
protected PostRemove postRemove
protected PreUpdate preUpdate
protected PostUpdate postUpdate
protected PostLoad postLoad
protected Attributes attributes
protected String clazz
protected AccessType access
protected Boolean metadataComplete
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public IdClass getIdClass()
IdClass
public void setIdClass(IdClass value)
value
- allowed object is
IdClass
public EmptyType getExcludeDefaultListeners()
EmptyType
public void setExcludeDefaultListeners(EmptyType value)
value
- allowed object is
EmptyType
public EmptyType getExcludeSuperclassListeners()
EmptyType
public void setExcludeSuperclassListeners(EmptyType value)
value
- allowed object is
EmptyType
public EntityListeners getEntityListeners()
EntityListeners
public void setEntityListeners(EntityListeners value)
value
- allowed object is
EntityListeners
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 Attributes getAttributes()
Attributes
public void setAttributes(Attributes value)
value
- allowed object is
Attributes
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType
public Boolean isMetadataComplete()
Boolean
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.