Interface PreferencesRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Preferences,​java.lang.Long>, org.springframework.data.mongodb.repository.MongoRepository<Preferences,​java.lang.Long>, org.springframework.data.repository.PagingAndSortingRepository<Preferences,​java.lang.Long>, org.springframework.data.repository.query.QueryByExampleExecutor<Preferences>, org.springframework.data.repository.Repository<Preferences,​java.lang.Long>

    @Repository
    public interface PreferencesRepository
    extends org.springframework.data.mongodb.repository.MongoRepository<Preferences,​java.lang.Long>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Preferences findByUserId​(java.lang.String id)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save
      • Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

        findAll, findAll, findAll, findAll, insert, insert, saveAll
      • 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
    • Method Detail

      • findByUserId

        Preferences findByUserId​(java.lang.String id)