Interface CategoryRepository

    • Method Detail

      • findByExternalKey

        Optional<Category> findByExternalKey​(UUID externalKey)
        Returns a Category object that matches the external key.
        Parameters:
        externalKey - External key in the form of a universally unique identifier.
        Returns:
        An optional Category object.