Interface UserPermissionRepository<D>

    • Method Detail

      • findAllByNameContainingIgnoreCaseAndArchivedFalse

        org.springframework.data.domain.Page<D> findAllByNameContainingIgnoreCaseAndArchivedFalse​(String name,
                                                                                                  org.springframework.data.domain.Pageable page)
        Finds and returns all entities that are not UserPermission.archived whose name contains the given value.
        Parameters:
        name - the name value to match with
        page - information about which page of results to return from the database
        Returns:
        all entities that are not archived whose name matches the given value