Class SharedRelationHandler

  • All Implemented Interfaces:
    org.datanucleus.metadata.annotations.MemberAnnotationHandler

    public class SharedRelationHandler
    extends java.lang.Object
    implements org.datanucleus.metadata.annotations.MemberAnnotationHandler
    Handler for the SharedRelation annotation when applied to a field/property of a persistable class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processMemberAnnotation​(org.datanucleus.metadata.annotations.AnnotationObject ann, org.datanucleus.metadata.AbstractMemberMetaData mmd, org.datanucleus.ClassLoaderResolver clr)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SharedRelationHandler

        public SharedRelationHandler()
    • Method Detail

      • 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