Interface DeedTenantManagerRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<io.meeds.deeds.model.DeedTenant,​Long>, org.springframework.data.elasticsearch.repository.ElasticsearchRepository<io.meeds.deeds.model.DeedTenant,​Long>, org.springframework.data.repository.PagingAndSortingRepository<io.meeds.deeds.model.DeedTenant,​Long>, org.springframework.data.repository.Repository<io.meeds.deeds.model.DeedTenant,​Long>

    public interface DeedTenantManagerRepository
    extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<io.meeds.deeds.model.DeedTenant,​Long>
    • Method Summary

      • 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