Interface ImageRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Image,,String> org.springframework.data.mongodb.repository.MongoRepository<Image,,String> org.springframework.data.repository.PagingAndSortingRepository<Image,,String> org.springframework.data.repository.query.QueryByExampleExecutor<Image>,org.springframework.data.repository.Repository<Image,String>
@Repository
public interface ImageRepository
extends org.springframework.data.mongodb.repository.MongoRepository<Image,String>
Repository interface to do queries for Image data.
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, saveMethods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, findAll, findAll, insert, insert, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne