public class MappedSuperclassConfig
extends java.lang.Object
Constructor and Description |
---|
MappedSuperclassConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addClass(java.lang.String className)
Sets the class name.
|
java.lang.String |
getAccess()
Returns the access type.
|
AttributesConfig |
getAttributes()
Returns the attributes.
|
java.lang.String |
getClassName()
Returns the class name.
|
java.lang.String |
getDescription() |
EntityListenersConfig |
getEntityListeners() |
boolean |
getExcludeDefaultListeners() |
boolean |
getExcludeSuperclassListeners() |
IdClassConfig |
getIdClass() |
PostLoadConfig |
getPostLoad() |
PostPersistConfig |
getPostPersist() |
PostRemoveConfig |
getPostRemove() |
PostUpdateConfig |
getPostUpdate() |
PrePersistConfig |
getPrePersist() |
PreRemoveConfig |
getPreRemove() |
PreUpdateConfig |
getPreUpdate() |
java.lang.String |
getSimpleClassName()
Returns the class name.
|
boolean |
isMetaDataComplete()
Returns true if the metadata is complete.
|
void |
setAccess(java.lang.String access)
Sets the access type.
|
void |
setAttributes(AttributesConfig attributes)
Sets the attributes.
|
void |
setDescription(java.lang.String description) |
void |
setEntityListeners(EntityListenersConfig entityListeners) |
void |
setExcludeDefaultListeners(boolean excludeDefaultListeners) |
void |
setExcludeSuperclassListeners(boolean excludeSuperclassListeners) |
void |
setIdClass(IdClassConfig idClass) |
void |
setMetaDataComplete(boolean isMetaDataComplete)
Sets the metadata is complete (true) or not (false).
|
void |
setPostLoad(PostLoadConfig postLoad) |
void |
setPostPersist(PostPersistConfig postPersist) |
void |
setPostRemove(PostRemoveConfig postRemove) |
void |
setPostUpdate(PostUpdateConfig postUpdate) |
void |
setPrePersist(PrePersistConfig prePersist) |
void |
setPreRemove(PreRemoveConfig preRemove) |
void |
setPreUpdate(PreUpdateConfig preUpdate) |
java.lang.String |
toString() |
public AttributesConfig getAttributes()
public java.lang.String getClassName()
public java.lang.String getSimpleClassName()
public boolean isMetaDataComplete()
public void setAttributes(AttributesConfig attributes)
public void addClass(java.lang.String className)
public void setMetaDataComplete(boolean isMetaDataComplete)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public IdClassConfig getIdClass()
public void setIdClass(IdClassConfig idClass)
public boolean getExcludeDefaultListeners()
public void setExcludeDefaultListeners(boolean excludeDefaultListeners)
public boolean getExcludeSuperclassListeners()
public void setExcludeSuperclassListeners(boolean excludeSuperclassListeners)
public EntityListenersConfig getEntityListeners()
public void setEntityListeners(EntityListenersConfig entityListeners)
public PrePersistConfig getPrePersist()
public void setPrePersist(PrePersistConfig prePersist)
public PostPersistConfig getPostPersist()
public void setPostPersist(PostPersistConfig postPersist)
public PreRemoveConfig getPreRemove()
public void setPreRemove(PreRemoveConfig preRemove)
public PostRemoveConfig getPostRemove()
public void setPostRemove(PostRemoveConfig postRemove)
public PreUpdateConfig getPreUpdate()
public void setPreUpdate(PreUpdateConfig preUpdate)
public PostUpdateConfig getPostUpdate()
public void setPostUpdate(PostUpdateConfig postUpdate)
public PostLoadConfig getPostLoad()
public void setPostLoad(PostLoadConfig postLoad)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getAccess()
public void setAccess(java.lang.String access)