|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getDescription()
Stringvoid setDescription(String value)
value - allowed object is
StringIdClass getIdClass()
IdClassvoid setIdClass(IdClass value)
value - allowed object is
IdClassEmptyType getExcludeDefaultListeners()
EmptyTypevoid setExcludeDefaultListeners(EmptyType value)
value - allowed object is
EmptyTypeEmptyType getExcludeSuperclassListeners()
EmptyTypevoid setExcludeSuperclassListeners(EmptyType value)
value - allowed object is
EmptyTypeEntityListeners getEntityListeners()
EntityListenersvoid setEntityListeners(EntityListeners value)
value - allowed object is
EntityListenersPrePersist getPrePersist()
PrePersistvoid setPrePersist(PrePersist value)
value - allowed object is
PrePersistPostPersist getPostPersist()
PostPersistvoid setPostPersist(PostPersist value)
value - allowed object is
PostPersistPreRemove getPreRemove()
PreRemovevoid setPreRemove(PreRemove value)
value - allowed object is
PreRemovePostRemove getPostRemove()
PostRemovevoid setPostRemove(PostRemove value)
value - allowed object is
PostRemovePreUpdate getPreUpdate()
PreUpdatevoid setPreUpdate(PreUpdate value)
value - allowed object is
PreUpdatePostUpdate getPostUpdate()
PostUpdatevoid setPostUpdate(PostUpdate value)
value - allowed object is
PostUpdatePostLoad getPostLoad()
PostLoadvoid setPostLoad(PostLoad value)
value - allowed object is
PostLoadAttributes getAttributes()
Attributesvoid setAttributes(Attributes value)
value - allowed object is
AttributesString getClazz()
Stringvoid setClazz(String value)
value - allowed object is
StringAccessType getAccess()
AccessTypevoid setAccess(AccessType value)
value - allowed object is
AccessTypeBoolean isMetadataComplete()
Booleanvoid setMetadataComplete(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||