Interface SnIndexConfigurationDao

All Superinterfaces:
GenericDao<SnIndexConfigurationModel>
All Known Implementing Classes:
DefaultSnIndexConfigurationDao

public interface SnIndexConfigurationDao extends GenericDao<SnIndexConfigurationModel>
  • Method Details

    • findIndexConfigurationById

      Optional<SnIndexConfigurationModel> findIndexConfigurationById(String id)
      Finds the index configuration for the given id.
      Parameters:
      id - - the id
      Returns:
      the index configuration