Interface UserEventLogRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<IUserEventLog,​org.bson.types.ObjectId>, org.springframework.data.mongodb.repository.MongoRepository<IUserEventLog,​org.bson.types.ObjectId>, org.springframework.data.repository.PagingAndSortingRepository<IUserEventLog,​org.bson.types.ObjectId>, org.springframework.data.repository.query.QueryByExampleExecutor<IUserEventLog>, org.springframework.data.repository.Repository<IUserEventLog,​org.bson.types.ObjectId>

    @Repository
    public interface UserEventLogRepository
    extends org.springframework.data.mongodb.repository.MongoRepository<IUserEventLog,​org.bson.types.ObjectId>
    • Method Summary

      • 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