Interface OpeniamElasticSearchRepository<T,​ID extends Serializable>

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      Class<T> getDocumentClass()  
      default org.springframework.data.domain.Pageable getPageable​(int from, int size)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository

        searchSimilar
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll
    • Method Detail

      • getDocumentClass

        Class<T> getDocumentClass()
      • getPageable

        default org.springframework.data.domain.Pageable getPageable​(int from,
                                                                     int size)