Class SoftDeleteHandler

java.lang.Object
org.datanucleus.api.jdo.annotations.SoftDeleteHandler
All Implemented Interfaces:
org.datanucleus.metadata.annotations.ClassAnnotationHandler

public class SoftDeleteHandler extends Object implements org.datanucleus.metadata.annotations.ClassAnnotationHandler
Handler for the SoftDelete annotation when applied to a class.
  • Constructor Details

    • SoftDeleteHandler

      public SoftDeleteHandler()
  • Method Details

    • processClassAnnotation

      public void processClassAnnotation(org.datanucleus.metadata.annotations.AnnotationObject annotation, org.datanucleus.metadata.AbstractClassMetaData cmd, org.datanucleus.ClassLoaderResolver clr)
      Specified by:
      processClassAnnotation in interface org.datanucleus.metadata.annotations.ClassAnnotationHandler