Interface UserRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<PersistedUser,String>, org.springframework.data.repository.ListCrudRepository<PersistedUser,String>, org.springframework.data.repository.ListPagingAndSortingRepository<PersistedUser,String>, org.springframework.data.mongodb.repository.MongoRepository<PersistedUser,String>, org.springframework.data.repository.PagingAndSortingRepository<PersistedUser,String>, org.springframework.data.repository.query.QueryByExampleExecutor<PersistedUser>, org.springframework.data.repository.Repository<PersistedUser,String>

public interface UserRepository extends org.springframework.data.mongodb.repository.MongoRepository<PersistedUser,String>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

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

    findAll, findAllById, saveAll

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

    findAll

    Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, insert, insert

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

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne