Interface BaGenericSearchDao<M extends ItemModel>

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<M>
All Known Implementing Classes:
DefaultBaGenericSearchDao

@Deprecated(since="2208") public interface BaGenericSearchDao<M extends ItemModel> extends de.hybris.platform.servicelayer.internal.dao.GenericDao<M>
Deprecated.
2208
Data Access Object used to search models.
Since:
2105
  • Method Summary

    Modifier and Type
    Method
    Description
    findUnique(Map<String,? extends Object> params)
    Deprecated.
    Searches for a unique model based on given parameters.

    Methods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao

    find, find, find, find, find
  • Method Details

    • findUnique

      M findUnique(Map<String,? extends Object> params)
      Deprecated.
      Searches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.
      Parameters:
      params - Map containing name-value pairs used for identifying the unique model
      Returns:
      model for given parameter