Class JaxbPostPersistImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersistImpl
- All Implemented Interfaces:
Serializable, JaxbLifecycleCallback
@Target({METHOD}) @Retention(RUNTIME)
public @interface PostPersist {}
<p>Java class for post-persist complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="post-persist">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="method-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
}</pre>
- 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
-
JaxbPostPersistImpl
public JaxbPostPersistImpl()
-
-
Method Details
-
getDescription
-
setDescription
-
getMethodName
Gets the value of the methodName property.- Specified by:
getMethodNamein interfaceJaxbLifecycleCallback- Returns:
- possible object is
String
-
setMethodName
-