Interface PostRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Post,​java.lang.Integer>, org.springframework.data.repository.Repository<Post,​java.lang.Integer>

    @Repository
    public interface PostRepository
    extends org.springframework.data.repository.CrudRepository<Post,​java.lang.Integer>
    Repository for Post.
    Author:
    Daniel Sagenschneider
    • Method Summary

      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll