public interface PostRepo extends org.springframework.data.jpa.repository.JpaRepository<Post,java.lang.Long>
Modifier and Type | Method and Description |
---|---|
java.util.List<Post> |
findAllByGuild(Guild guild) |
java.util.List<Post> |
findByUser(User user) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
findAll