Schnittstelle ImageRepository
- Alle Superschnittstellen:
org.springframework.data.repository.CrudRepository<Image,
,String> org.springframework.data.jpa.repository.JpaRepository<Image,
,String> org.springframework.data.repository.ListCrudRepository<Image,
,String> org.springframework.data.repository.ListPagingAndSortingRepository<Image,
,String> org.springframework.data.repository.PagingAndSortingRepository<Image,
,String> org.springframework.data.repository.query.QueryByExampleExecutor<Image>
,org.springframework.data.repository.Repository<Image,
String>
public interface ImageRepository
extends org.springframework.data.jpa.repository.JpaRepository<Image,String>
Repository interface for accessing and managing contact entities in the database.
-
Methodenübersicht
Von Schnittstelle geerbte Methoden org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Von Schnittstelle geerbte Methoden org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Von Schnittstelle geerbte Methoden org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll
Von Schnittstelle geerbte Methoden org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Von Schnittstelle geerbte Methoden org.springframework.data.repository.PagingAndSortingRepository
findAll
Von Schnittstelle geerbte Methoden org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne