Class 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 Detail

      • SoftDeleteHandler

        public SoftDeleteHandler()
    • Method Detail

      • 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