Package org.hibernate.processor.xml.jaxb
Class PostPersist
java.lang.Object
org.hibernate.processor.xml.jaxb.PostPersist
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the methodName property.voidsetDescription(String value) Sets the value of the description property.voidsetMethodName(String value) Sets the value of the methodName property.
-
Field Details
-
description
-
methodName
-
-
Constructor Details
-
PostPersist
public PostPersist()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getMethodName
Gets the value of the methodName property.- Returns:
- possible object is
String
-
setMethodName
Sets the value of the methodName property.- Parameters:
value- allowed object isString
-