Interface ConversationRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Conversation,​Long>, org.springframework.data.jpa.repository.JpaRepository<Conversation,​Long>, org.springframework.data.repository.PagingAndSortingRepository<Conversation,​Long>, org.springframework.data.repository.query.QueryByExampleExecutor<Conversation>, org.springframework.data.repository.Repository<Conversation,​Long>

    @Repository
    public interface ConversationRepository
    extends org.springframework.data.jpa.repository.JpaRepository<Conversation,​Long>