MdsIgnoreAnnotationHandler

public class MdsIgnoreAnnotationHandler implements MemberAnnotationHandler

The MdsIgnoreAnnotationHandler provides a mechanism to handle entity fields annotated with @Ignore at the DataNucleus level, so that there is no database column created for that field.

See also: org.motechproject.mds.annotations.Ignore

Methods

processMemberAnnotation

public void processMemberAnnotation(AnnotationObject annotation, AbstractMemberMetaData mmd, ClassLoaderResolver clr)