Class SqlGroupSelectorByCriteriaBuilder


  • public class SqlGroupSelectorByCriteriaBuilder
    extends Object
    A builder of JdbcSqlQuery to select some fields of the groups of users found from some given criteria.
    Author:
    mmoquillon
    • Method Detail

      • build

        public JdbcSqlQuery build​(GroupsSearchCriteria criteria)
        Builds the SQL query to find the GroupState.VALID groups of users that match the specified criteria.
        Parameters:
        criteria - a set of criteria on the groups of users to find.
        Returns:
        the SQL query matching the specified criteria.