Interface SnIndexTypeDao

All Superinterfaces:
GenericDao<SnIndexTypeModel>
All Known Implementing Classes:
DefaultSnIndexTypeDao

public interface SnIndexTypeDao extends GenericDao<SnIndexTypeModel>
  • Method Details

    • findIndexTypesByIndexConfiguration

      List<SnIndexTypeModel> findIndexTypesByIndexConfiguration(SnIndexConfigurationModel indexConfiguration)
      Finds the index types for the given index configuration.
      Parameters:
      indexConfiguration - - the index configuration
      Returns:
      the index types
    • findIndexTypeById

      Optional<SnIndexTypeModel> findIndexTypeById(String id)
      Finds the index type for the given id.
      Parameters:
      id - - the id
      Returns:
      the index type