Package org.hibernate.processor.xml.jaxb
Class MappedSuperclass
java.lang.Object
org.hibernate.processor.xml.jaxb.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
FieldsModifier and TypeFieldDescriptionprotected AccessTypeprotected Attributesprotected Stringprotected Stringprotected EntityListenersprotected EmptyTypeprotected EmptyTypeprotected IdClassprotected Booleanprotected PostLoadprotected PostPersistprotected PostRemoveprotected PostUpdateprotected PrePersistprotected PreRemoveprotected PreUpdate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the attributes property.getClazz()Gets the value of the clazz property.Gets the value of the description property.Gets the value of the entityListeners property.Gets the value of the excludeDefaultListeners property.Gets the value of the excludeSuperclassListeners property.Gets the value of the idClass property.Gets the value of the postLoad property.Gets the value of the postPersist property.Gets the value of the postRemove property.Gets the value of the postUpdate property.Gets the value of the prePersist property.Gets the value of the preRemove property.Gets the value of the preUpdate property.Gets the value of the metadataComplete property.voidsetAccess(AccessType value) Sets the value of the access property.voidsetAttributes(Attributes value) Sets the value of the attributes property.voidSets the value of the clazz property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the entityListeners property.voidSets the value of the excludeDefaultListeners property.voidSets the value of the excludeSuperclassListeners property.voidsetIdClass(IdClass value) Sets the value of the idClass property.voidsetMetadataComplete(Boolean value) Sets the value of the metadataComplete property.voidsetPostLoad(PostLoad value) Sets the value of the postLoad property.voidsetPostPersist(PostPersist value) Sets the value of the postPersist property.voidsetPostRemove(PostRemove value) Sets the value of the postRemove property.voidsetPostUpdate(PostUpdate value) Sets the value of the postUpdate property.voidsetPrePersist(PrePersist value) Sets the value of the prePersist property.voidsetPreRemove(PreRemove value) Sets the value of the preRemove property.voidsetPreUpdate(PreUpdate value) Sets the value of the preUpdate property.
-
Field Details
-
description
-
idClass
-
excludeDefaultListeners
-
excludeSuperclassListeners
-
entityListeners
-
prePersist
-
postPersist
-
preRemove
-
postRemove
-
preUpdate
-
postUpdate
-
postLoad
-
attributes
-
clazz
-
access
-
metadataComplete
-
-
Constructor Details
-
MappedSuperclass
public MappedSuperclass()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getIdClass
Gets the value of the idClass property.- Returns:
- possible object is
IdClass
-
setIdClass
Sets the value of the idClass property.- Parameters:
value- allowed object isIdClass
-
getExcludeDefaultListeners
Gets the value of the excludeDefaultListeners property.- Returns:
- possible object is
EmptyType
-
setExcludeDefaultListeners
Sets the value of the excludeDefaultListeners property.- Parameters:
value- allowed object isEmptyType
-
getExcludeSuperclassListeners
Gets the value of the excludeSuperclassListeners property.- Returns:
- possible object is
EmptyType
-
setExcludeSuperclassListeners
Sets the value of the excludeSuperclassListeners property.- Parameters:
value- allowed object isEmptyType
-
getEntityListeners
Gets the value of the entityListeners property.- Returns:
- possible object is
EntityListeners
-
setEntityListeners
Sets the value of the entityListeners property.- Parameters:
value- allowed object isEntityListeners
-
getPrePersist
Gets the value of the prePersist property.- Returns:
- possible object is
PrePersist
-
setPrePersist
Sets the value of the prePersist property.- Parameters:
value- allowed object isPrePersist
-
getPostPersist
Gets the value of the postPersist property.- Returns:
- possible object is
PostPersist
-
setPostPersist
Sets the value of the postPersist property.- Parameters:
value- allowed object isPostPersist
-
getPreRemove
Gets the value of the preRemove property.- Returns:
- possible object is
PreRemove
-
setPreRemove
Sets the value of the preRemove property.- Parameters:
value- allowed object isPreRemove
-
getPostRemove
Gets the value of the postRemove property.- Returns:
- possible object is
PostRemove
-
setPostRemove
Sets the value of the postRemove property.- Parameters:
value- allowed object isPostRemove
-
getPreUpdate
Gets the value of the preUpdate property.- Returns:
- possible object is
PreUpdate
-
setPreUpdate
Sets the value of the preUpdate property.- Parameters:
value- allowed object isPreUpdate
-
getPostUpdate
Gets the value of the postUpdate property.- Returns:
- possible object is
PostUpdate
-
setPostUpdate
Sets the value of the postUpdate property.- Parameters:
value- allowed object isPostUpdate
-
getPostLoad
Gets the value of the postLoad property.- Returns:
- possible object is
PostLoad
-
setPostLoad
Sets the value of the postLoad property.- Parameters:
value- allowed object isPostLoad
-
getAttributes
Gets the value of the attributes property.- Returns:
- possible object is
Attributes
-
setAttributes
Sets the value of the attributes property.- Parameters:
value- allowed object isAttributes
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getAccess
Gets the value of the access property.- Returns:
- possible object is
AccessType
-
setAccess
Sets the value of the access property.- Parameters:
value- allowed object isAccessType
-
isMetadataComplete
Gets the value of the metadataComplete property.- Returns:
- possible object is
Boolean
-
setMetadataComplete
Sets the value of the metadataComplete property.- Parameters:
value- allowed object isBoolean
-