Package org.forum.server.jpa
Interface BoardRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Board,
,Long> org.springframework.data.repository.Repository<Board,
Long>
public interface BoardRepository
extends org.springframework.data.repository.CrudRepository<Board,Long>
- Author:
- etienne-sf
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findByIds
The query for the BatchLoader
-