Package NTNU.IDATT1002.repository
DAO classes defined as repositories for persisting data.
AbstractRepository implements default behaviour
and is easily extendable.-
Interface Summary Interface Description Repository<T,ID> Entity Repository Interface. -
Class Summary Class Description AbstractRepository<T,ID> Abstract Entity Repository Abstract Class.AlbumRepository Album Repository.GeoLocatioRepository GeoLocation Repository.ImageRepository Image Repository.LoginRepository Login Repository ImplementsRepositorywhick supports CRUD operations.MetadataRepository Tag Repository.Page<T> Provides operations for navigating between pages.PageRequest Represents requests for requesting aPagefrom a paginated query.PagingAndSortingRepository<T,ID> Paging and Sorting Repository.Sort Represents a part of a sortedPageRequest.TagRepository Tag Repository.UserRepository User Repository.