|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.orm.JaxbMappedSuperclass
public class JaxbMappedSuperclass
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 JaxbAccessType |
access
|
protected JaxbAttributes |
attributes
|
protected String |
clazz
|
protected String |
description
|
protected JaxbEntityListeners |
entityListeners
|
protected JaxbEmptyType |
excludeDefaultListeners
|
protected JaxbEmptyType |
excludeSuperclassListeners
|
protected JaxbIdClass |
idClass
|
protected Boolean |
metadataComplete
|
protected JaxbPostLoad |
postLoad
|
protected JaxbPostPersist |
postPersist
|
protected JaxbPostRemove |
postRemove
|
protected JaxbPostUpdate |
postUpdate
|
protected JaxbPrePersist |
prePersist
|
protected JaxbPreRemove |
preRemove
|
protected JaxbPreUpdate |
preUpdate
|
Constructor Summary | |
---|---|
JaxbMappedSuperclass()
|
Method Summary | |
---|---|
JaxbAccessType |
getAccess()
Gets the value of the access property. |
JaxbAttributes |
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. |
JaxbEntityListeners |
getEntityListeners()
Gets the value of the entityListeners property. |
JaxbEmptyType |
getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property. |
JaxbEmptyType |
getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property. |
JaxbIdClass |
getIdClass()
Gets the value of the idClass 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. |
Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property. |
void |
setAccess(JaxbAccessType value)
Sets the value of the access property. |
void |
setAttributes(JaxbAttributes 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(JaxbEntityListeners value)
Sets the value of the entityListeners property. |
void |
setExcludeDefaultListeners(JaxbEmptyType value)
Sets the value of the excludeDefaultListeners property. |
void |
setExcludeSuperclassListeners(JaxbEmptyType value)
Sets the value of the excludeSuperclassListeners property. |
void |
setIdClass(JaxbIdClass value)
Sets the value of the idClass property. |
void |
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String description
protected JaxbIdClass idClass
protected JaxbEmptyType excludeDefaultListeners
protected JaxbEmptyType excludeSuperclassListeners
protected JaxbEntityListeners entityListeners
protected JaxbPrePersist prePersist
protected JaxbPostPersist postPersist
protected JaxbPreRemove preRemove
protected JaxbPostRemove postRemove
protected JaxbPreUpdate preUpdate
protected JaxbPostUpdate postUpdate
protected JaxbPostLoad postLoad
protected JaxbAttributes attributes
protected String clazz
protected JaxbAccessType access
protected Boolean metadataComplete
Constructor Detail |
---|
public JaxbMappedSuperclass()
Method Detail |
---|
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public JaxbIdClass getIdClass()
JaxbIdClass
public void setIdClass(JaxbIdClass value)
value
- allowed object is
JaxbIdClass
public JaxbEmptyType getExcludeDefaultListeners()
JaxbEmptyType
public void setExcludeDefaultListeners(JaxbEmptyType value)
value
- allowed object is
JaxbEmptyType
public JaxbEmptyType getExcludeSuperclassListeners()
JaxbEmptyType
public void setExcludeSuperclassListeners(JaxbEmptyType value)
value
- allowed object is
JaxbEmptyType
public JaxbEntityListeners getEntityListeners()
JaxbEntityListeners
public void setEntityListeners(JaxbEntityListeners value)
value
- allowed object is
JaxbEntityListeners
public JaxbPrePersist getPrePersist()
JaxbPrePersist
public void setPrePersist(JaxbPrePersist value)
value
- allowed object is
JaxbPrePersist
public JaxbPostPersist getPostPersist()
JaxbPostPersist
public void setPostPersist(JaxbPostPersist value)
value
- allowed object is
JaxbPostPersist
public JaxbPreRemove getPreRemove()
JaxbPreRemove
public void setPreRemove(JaxbPreRemove value)
value
- allowed object is
JaxbPreRemove
public JaxbPostRemove getPostRemove()
JaxbPostRemove
public void setPostRemove(JaxbPostRemove value)
value
- allowed object is
JaxbPostRemove
public JaxbPreUpdate getPreUpdate()
JaxbPreUpdate
public void setPreUpdate(JaxbPreUpdate value)
value
- allowed object is
JaxbPreUpdate
public JaxbPostUpdate getPostUpdate()
JaxbPostUpdate
public void setPostUpdate(JaxbPostUpdate value)
value
- allowed object is
JaxbPostUpdate
public JaxbPostLoad getPostLoad()
JaxbPostLoad
public void setPostLoad(JaxbPostLoad value)
value
- allowed object is
JaxbPostLoad
public JaxbAttributes getAttributes()
JaxbAttributes
public void setAttributes(JaxbAttributes value)
value
- allowed object is
JaxbAttributes
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public JaxbAccessType getAccess()
JaxbAccessType
public void setAccess(JaxbAccessType value)
value
- allowed object is
JaxbAccessType
public Boolean isMetadataComplete()
Boolean
public void setMetadataComplete(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |