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