Interface PictureRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Picture,java.lang.Long>,org.springframework.data.jpa.repository.JpaRepository<Picture,java.lang.Long>,org.springframework.data.repository.PagingAndSortingRepository<Picture,java.lang.Long>,PictureRepositoryCustom,org.springframework.data.repository.query.QueryByExampleExecutor<Picture>,org.springframework.data.repository.Repository<Picture,java.lang.Long>
@Repository public interface PictureRepository extends org.springframework.data.jpa.repository.JpaRepository<Picture,java.lang.Long>, PictureRepositoryCustom
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface projectplayground.repositories.picture.PictureRepositoryCustom
findAllPicturesByPlaygroundIdMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne