Class PostPersist


  • public class PostPersist
    extends Object
    Target({METHOD}) @Retention(RUNTIME) public @interface PostPersist {}

    Java class for post-persist complex type.

    The following schema fragment specifies the expected content contained within this class.

     <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>
     
    • Field Detail

      • description

        protected String description
      • methodName

        protected String methodName
    • Constructor Detail

      • PostPersist

        public PostPersist()
    • Method Detail

      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getMethodName

        public String getMethodName()
        Gets the value of the methodName property.
        Returns:
        possible object is String
      • setMethodName

        public void setMethodName​(String value)
        Sets the value of the methodName property.
        Parameters:
        value - allowed object is String