
public interface PostPersist<T> extends Child<T>, OrmPostPersistCommType<T,PostPersist<T>>
post-persist xsd type| Modifier and Type | Method and Description |
|---|---|
PostPersist<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PostPersist<T> |
methodName(String methodName)
Sets the
method-name attribute |
PostPersist<T> |
removeDescription()
Removes the
description element |
PostPersist<T> |
removeMethodName()
Removes the
method-name attribute |
PostPersist<T> description(String description)
description elementdescription - the value for the element descriptionPostPersistString getDescription()
description elementdescriptionPostPersist<T> removeDescription()
description elementPostPersistPostPersist<T> methodName(String methodName)
method-name attributemethodName - the value for the attribute method-namePostPersistString getMethodName()
method-name attributemethod-namePostPersist<T> removeMethodName()
method-name attributePostPersistCopyright © 2025 JBoss by Red Hat. All rights reserved.