public interface PrePersist<T> extends Child<T>, OrmPrePersistCommType<T,PrePersist<T>>
pre-persist
xsd typeModifier and Type | Method and Description |
---|---|
String |
getMethodName()
Returns the
method-name attribute |
PrePersist<T> |
methodName(String methodName)
Sets the
method-name attribute |
PrePersist<T> |
removeMethodName()
Removes the
method-name attribute |
PrePersist<T> methodName(String methodName)
method-name
attributemethodName
- the value for the attribute method-name
PrePersist
String getMethodName()
method-name
attributemethod-name
PrePersist<T> removeMethodName()
method-name
attributePrePersist
Copyright © 2022 JBoss by Red Hat. All rights reserved.