|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jpa.MappedSuperclass
public class MappedSuperclass
Defines the settings and mappings for a mapped superclass. Is allowed to be sparsely populated and used in conjunction with the annotations. Alternatively, the metadata-complete attribute can be used to indicate that no annotations are to be processed If this is the case then the defaulting rules will be recursively applied.
Field Summary | |
---|---|
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 Summary | |
---|---|
MappedSuperclass()
|
|
MappedSuperclass(String clazz)
|
Method Summary | |
---|---|
void |
addField(Field field)
|
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. |
IdClass |
getIdClass()
Gets the value of the idClass property. |
String |
getKey()
Gets the immutable key for this object. |
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 |
isExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property. |
boolean |
isExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners 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(boolean value)
Sets the value of the excludeDefaultListeners property. |
void |
setExcludeSuperclassListeners(boolean 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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 AccessType access
protected String clazz
protected Boolean metadataComplete
Constructor Detail |
---|
public MappedSuperclass()
public MappedSuperclass(String clazz)
Method Detail |
---|
public String getDescription()
getDescription
in interface Mapping
String
public void setDescription(String value)
setDescription
in interface Mapping
value
- allowed object is
String
public IdClass getIdClass()
getIdClass
in interface Mapping
IdClass
public void setIdClass(IdClass value)
setIdClass
in interface Mapping
value
- allowed object is
IdClass
public boolean isExcludeDefaultListeners()
isExcludeDefaultListeners
in interface Mapping
boolean
public void setExcludeDefaultListeners(boolean value)
setExcludeDefaultListeners
in interface Mapping
value
- allowed object is
boolean
public boolean isExcludeSuperclassListeners()
isExcludeSuperclassListeners
in interface Mapping
boolean
public void setExcludeSuperclassListeners(boolean value)
setExcludeSuperclassListeners
in interface Mapping
value
- allowed object is
boolean
public EntityListeners getEntityListeners()
getEntityListeners
in interface Mapping
EntityListeners
public void setEntityListeners(EntityListeners value)
setEntityListeners
in interface Mapping
value
- allowed object is
EntityListeners
public PrePersist getPrePersist()
getPrePersist
in interface Mapping
PrePersist
public void setPrePersist(PrePersist value)
setPrePersist
in interface Mapping
value
- allowed object is
PrePersist
public PostPersist getPostPersist()
getPostPersist
in interface Mapping
PostPersist
public void setPostPersist(PostPersist value)
setPostPersist
in interface Mapping
value
- allowed object is
PostPersist
public PreRemove getPreRemove()
getPreRemove
in interface Mapping
PreRemove
public void setPreRemove(PreRemove value)
setPreRemove
in interface Mapping
value
- allowed object is
PreRemove
public PostRemove getPostRemove()
getPostRemove
in interface Mapping
PostRemove
public void setPostRemove(PostRemove value)
setPostRemove
in interface Mapping
value
- allowed object is
PostRemove
public PreUpdate getPreUpdate()
getPreUpdate
in interface Mapping
PreUpdate
public void setPreUpdate(PreUpdate value)
setPreUpdate
in interface Mapping
value
- allowed object is
PreUpdate
public PostUpdate getPostUpdate()
getPostUpdate
in interface Mapping
PostUpdate
public void setPostUpdate(PostUpdate value)
setPostUpdate
in interface Mapping
value
- allowed object is
PostUpdate
public PostLoad getPostLoad()
getPostLoad
in interface Mapping
PostLoad
public void setPostLoad(PostLoad value)
setPostLoad
in interface Mapping
value
- allowed object is
PostLoad
public Attributes getAttributes()
getAttributes
in interface Mapping
Attributes
public void setAttributes(Attributes value)
setAttributes
in interface Mapping
value
- allowed object is
Attributes
public AccessType getAccess()
getAccess
in interface Mapping
AccessType
public void setAccess(AccessType value)
setAccess
in interface Mapping
value
- allowed object is
AccessType
public String getClazz()
getClazz
in interface Mapping
String
public void setClazz(String value)
setClazz
in interface Mapping
value
- allowed object is
String
public Boolean isMetadataComplete()
isMetadataComplete
in interface Mapping
Boolean
public void setMetadataComplete(Boolean value)
setMetadataComplete
in interface Mapping
value
- allowed object is
Boolean
public void addField(Field field)
addField
in interface Mapping
public String getKey()
Keyable
getKey
in interface Keyable<String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |