Class GroupResolver

    • Constructor Detail

      • GroupResolver

        public GroupResolver()
    • Method Detail

      • resolve

        public Class resolve​(String id,
                             AttrSet set)
        Description copied from class: DefaultClassResolver
        Resolves a set of attributes to a subclass of PersistentObject and returns the class. This implementation compares the object classes in the set to a table of default mappings.
        Specified by:
        resolve in interface IClassResolver
        Overrides:
        resolve in class DefaultClassResolver
        Parameters:
        id - ID of the entry
        set - a set of attributes of an object
        Returns:
        a class for a corresponding object, or null if no class could be resolved