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, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface projectplayground.repositories.picture.PictureRepositoryCustom
findAllPicturesByPlaygroundId
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne