Interface SnIndexConfigurationDao
-
- All Superinterfaces:
GenericDao<SnIndexConfigurationModel>
- All Known Implementing Classes:
DefaultSnIndexConfigurationDao
public interface SnIndexConfigurationDao extends GenericDao<SnIndexConfigurationModel>
TheSnIndexConfigurationModelDAO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<SnIndexConfigurationModel>findIndexConfigurationById(java.lang.String id)Finds the index configuration for the given id.
-
-
-
Method Detail
-
findIndexConfigurationById
java.util.Optional<SnIndexConfigurationModel> findIndexConfigurationById(java.lang.String id)
Finds the index configuration for the given id.- Parameters:
id- - the id- Returns:
- the index configuration
-
-