Class UpdateTimestampHandler

java.lang.Object
org.datanucleus.api.jdo.annotations.UpdateTimestampHandler
All Implemented Interfaces:
org.datanucleus.metadata.annotations.MemberAnnotationHandler

public class UpdateTimestampHandler extends Object implements org.datanucleus.metadata.annotations.MemberAnnotationHandler
Handler for the UpdateTimestamp annotation when applied to a field/property or surrogate column of a persistable class.
  • Constructor Details

    • UpdateTimestampHandler

      public UpdateTimestampHandler()
  • Method Details

    • processMemberAnnotation

      public void processMemberAnnotation(org.datanucleus.metadata.annotations.AnnotationObject ann, org.datanucleus.metadata.AbstractMemberMetaData mmd, org.datanucleus.ClassLoaderResolver clr)
      Specified by:
      processMemberAnnotation in interface org.datanucleus.metadata.annotations.MemberAnnotationHandler
    • processClassAnnotation

      public void processClassAnnotation(org.datanucleus.metadata.annotations.AnnotationObject annotation, org.datanucleus.metadata.AbstractClassMetaData cmd, org.datanucleus.ClassLoaderResolver clr)