Class ComparatorClassHandler

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

public class ComparatorClassHandler extends Object implements org.datanucleus.metadata.annotations.MemberAnnotationHandler
Handler for the ComparatorClass annotation when applied to a collection field/property of a persistable class.
  • Constructor Details

    • ComparatorClassHandler

      public ComparatorClassHandler()
  • 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