Interface PostImagesRepo

All Superinterfaces:
org.springframework.data.repository.CrudRepository<PostImagesEntity,Integer>, JpaRepository<PostImagesEntity,Integer>, org.springframework.data.repository.ListCrudRepository<PostImagesEntity,Integer>, org.springframework.data.repository.ListPagingAndSortingRepository<PostImagesEntity,Integer>, org.springframework.data.repository.PagingAndSortingRepository<PostImagesEntity,Integer>, org.springframework.data.repository.query.QueryByExampleExecutor<PostImagesEntity>, org.springframework.data.repository.Repository<PostImagesEntity,Integer>

public interface PostImagesRepo extends JpaRepository<PostImagesEntity,Integer>
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne