Interface LatestEventIdRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<LatestEventId,​java.lang.Long>, org.springframework.data.repository.Repository<LatestEventId,​java.lang.Long>

    @Repository
    @AggregateBuilder
    public interface LatestEventIdRepository
    extends org.springframework.data.repository.CrudRepository<LatestEventId,​java.lang.Long>
    Database connection for the latest event id.
    • Method Summary

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

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll