|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.cfg.MappedSuperclassConfig
public class MappedSuperclassConfig
Constructor Summary
MappedSuperclassConfig()
Method Summary
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()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
MappedSuperclassConfig
public MappedSuperclassConfig()
Method Detail
getAttributes
public AttributesConfig getAttributes()
getClassName
public java.lang.String getClassName()
getSimpleClassName
public java.lang.String getSimpleClassName()
isMetaDataComplete
public boolean isMetaDataComplete()
setAttributes
public void setAttributes(AttributesConfig attributes)
addClass
public void addClass(java.lang.String className)
setMetaDataComplete
public void setMetaDataComplete(boolean isMetaDataComplete)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getIdClass
public IdClassConfig getIdClass()
setIdClass
public void setIdClass(IdClassConfig idClass)
getExcludeDefaultListeners
public boolean getExcludeDefaultListeners()
setExcludeDefaultListeners
public void setExcludeDefaultListeners(boolean excludeDefaultListeners)
getExcludeSuperclassListeners
public boolean getExcludeSuperclassListeners()
setExcludeSuperclassListeners
public void setExcludeSuperclassListeners(boolean excludeSuperclassListeners)
getEntityListeners
public EntityListenersConfig getEntityListeners()
setEntityListeners
public void setEntityListeners(EntityListenersConfig entityListeners)
getPrePersist
public PrePersistConfig getPrePersist()
setPrePersist
public void setPrePersist(PrePersistConfig prePersist)
getPostPersist
public PostPersistConfig getPostPersist()
setPostPersist
public void setPostPersist(PostPersistConfig postPersist)
getPreRemove
public PreRemoveConfig getPreRemove()
setPreRemove
public void setPreRemove(PreRemoveConfig preRemove)
getPostRemove
public PostRemoveConfig getPostRemove()
setPostRemove
public void setPostRemove(PostRemoveConfig postRemove)
getPreUpdate
public PreUpdateConfig getPreUpdate()
setPreUpdate
public void setPreUpdate(PreUpdateConfig preUpdate)
getPostUpdate
public PostUpdateConfig getPostUpdate()
setPostUpdate
public void setPostUpdate(PostUpdateConfig postUpdate)
getPostLoad
public PostLoadConfig getPostLoad()
setPostLoad
public void setPostLoad(PostLoadConfig postLoad)
toString
public java.lang.String toString()
toString
in class java.lang.Object
getAccess
public java.lang.String getAccess()
setAccess
public void setAccess(java.lang.String access)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD