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.