Interface MTUserQuery

All Superinterfaces:
MTPatternQuery, MTQuery, MTSortableQuery

public interface MTUserQuery extends MTQuery, MTSortableQuery, MTPatternQuery
  • Method Details

    • selectAll

      MTUserQuery selectAll()
      Selects all users in the repository.
    • select

      MTUserQuery select(List<String> usernames)
      Selects users by their username.
      Parameters:
      usernames - The usernames of the users to select.