
public interface PrePersist<T> extends Child<T>, OrmPrePersistCommType<T,PrePersist<T>>
pre-persist xsd type| Modifier and Type | Method and Description |
|---|---|
PrePersist<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getMethodName()
Returns the
method-name attribute |
PrePersist<T> |
methodName(String methodName)
Sets the
method-name attribute |
PrePersist<T> |
removeDescription()
Removes the
description element |
PrePersist<T> |
removeMethodName()
Removes the
method-name attribute |
PrePersist<T> description(String description)
description elementdescription - the value for the element descriptionPrePersistString getDescription()
description elementdescriptionPrePersist<T> removeDescription()
description elementPrePersistPrePersist<T> methodName(String methodName)
method-name attributemethodName - the value for the attribute method-namePrePersistString getMethodName()
method-name attributemethod-namePrePersist<T> removeMethodName()
method-name attributePrePersistCopyright © 2025 JBoss by Red Hat. All rights reserved.