Interface EventLogRepository

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<EventLog> findAllById​(java.util.List<org.bson.types.ObjectId> eventIds)  
      • 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

      • findAllById

        java.util.List<EventLog> findAllById​(java.util.List<org.bson.types.ObjectId> eventIds)