Interface MessageRepository

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

    @Repository
    public interface MessageRepository
    extends org.springframework.data.repository.CrudRepository<Message,​java.lang.Integer>
    Repository for Message.
    Author:
    Daniel Sagenschneider
    • Method Summary

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

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