Package com.restapi.template.errorbot
Interface ErrorLogsRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ErrorLogs,java.lang.Long>,org.springframework.data.jpa.repository.JpaRepository<ErrorLogs,java.lang.Long>,org.springframework.data.repository.PagingAndSortingRepository<ErrorLogs,java.lang.Long>,org.springframework.data.repository.query.QueryByExampleExecutor<ErrorLogs>,org.springframework.data.repository.Repository<ErrorLogs,java.lang.Long>
@Repository public interface ErrorLogsRepository extends org.springframework.data.jpa.repository.JpaRepository<ErrorLogs,java.lang.Long>
에러로그 레포지터리.- Version:
- 1.0
- Author:
- always0ne
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-