Class JaxbPrePersistImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersistImpl
- All Implemented Interfaces:
Serializable
,JaxbLifecycleCallback
- 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.void
setDescription
(String value) Sets the value of the description property.void
setMethodName
(String value) Sets the value of the methodName property.
-
Field Details
-
description
-
methodName
-
-
Constructor Details
-
JaxbPrePersistImpl
public JaxbPrePersistImpl()
-
-
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:
getMethodName
in interfaceJaxbLifecycleCallback
- Returns:
- possible object is
String
-
setMethodName
Sets the value of the methodName property.- Parameters:
value
- allowed object isString
-