All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.dehuckakpyt.telegrambot.repository.chain.JpaChainRepository.kt Maven / Gradle / Ivy

There is a newer version: 0.11.2
Show newest version
package io.github.dehuckakpyt.telegrambot.repository.chain

import io.github.dehuckakpyt.telegrambot.model.chain.JpaChain
import org.springframework.data.jpa.repository.JpaRepository
import java.util.*


/**
 * Created on 02.01.2024.
 *

* * @author Denis Matytsin */ interface JpaChainRepository : JpaRepository { fun findFirstByChatIdAndFromId(chatId: Long, fromId: Long): JpaChain? }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy