Class ImageRepository

java.lang.Object
NTNU.IDATT1002.repository.AbstractRepository<T,​ID>
NTNU.IDATT1002.repository.PagingAndSortingRepository<Image,​java.lang.Long>
NTNU.IDATT1002.repository.ImageRepository
All Implemented Interfaces:
Repository<Image,​java.lang.Long>

public class ImageRepository
extends PagingAndSortingRepository<Image,​java.lang.Long>
Image Repository. Implements Repository which supports regular Create, Read, Update and Delete operations.
Version:
1.0 19.03.20
Author:
Lars Østby
See Also:
Repository