Package org.hibernate.boot.jaxb.mapping
Class JaxbPreRemove
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbPreRemove
- All Implemented Interfaces:
Serializable,LifecycleCallback
- See Also:
-
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
-
JaxbPreRemove
public JaxbPreRemove()
-
-
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.- Specified by:
getMethodNamein interfaceLifecycleCallback- Returns:
- possible object is
String
-
setMethodName
Sets the value of the methodName property.- Parameters:
value- allowed object isString
-