Class AnnotatedData

    • Constructor Detail

      • AnnotatedData

        public AnnotatedData()
    • Method Detail

      • setAnnotationSet

        public void setAnnotationSet​(AnnotationSetData annotationSet)
        Description copied from interface: AnnotatableData
        Change the annotation set. Use null to remove the annotations.
        Specified by:
        setAnnotationSet in interface AnnotatableData
        Parameters:
        annotationSet - Annotation set to change to.
      • getAnnotations

        public Set<AnnotationLink> getAnnotations()
        Description copied from interface: AnnotatableData
        Short-cut to all annotations belonging to this item. Used for HQL queries only. This is the inverse end. NOTE! The property-ref="annotationSet" require that AnnotationSetData implements Serializable
        Specified by:
        getAnnotations in interface AnnotatableData