Interface UserProfileRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<UserProfile,String>, org.springframework.data.elasticsearch.repository.ElasticsearchRepository<UserProfile,String>, org.springframework.data.repository.PagingAndSortingRepository<UserProfile,String>, org.springframework.data.repository.Repository<UserProfile,String>

public interface UserProfileRepository extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<UserProfile,String>
  • Method Summary

    Modifier and Type
    Method
    Description
    findByAddress(String lowerCase)
     

    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

    delete, deleteAll, deleteAll, deleteAllById, deleteById, save, saveAll, searchSimilar

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

    findAll, findAll