Class EntityFilteringScopeResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> resolve​(java.lang.annotation.Annotation[] annotations)
      Resolve entity-filtering scopes for given annotations.
      • Methods inherited from class java.lang.Object

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

      • EntityFilteringScopeResolver

        EntityFilteringScopeResolver()
    • Method Detail

      • resolve

        public java.util.Set<java.lang.String> resolve​(java.lang.annotation.Annotation[] annotations)
        Description copied from interface: ScopeResolver
        Resolve entity-filtering scopes for given annotations.
        Specified by:
        resolve in interface ScopeResolver
        Parameters:
        annotations - list of arbitrary annotations.
        Returns:
        non-null set of entity-filtering scopes.