Class BitstreamRestRepository

All Implemented Interfaces:
ReloadableEntityObjectRepository<Bitstream,UUID>, Aware, BeanNameAware, org.springframework.data.repository.CrudRepository<BitstreamRest,UUID>, org.springframework.data.repository.PagingAndSortingRepository<BitstreamRest,UUID>, org.springframework.data.repository.Repository<BitstreamRest,UUID>

@Component("core.bitstreams") public class BitstreamRestRepository extends DSpaceObjectRestRepository<Bitstream,BitstreamRest>
This is the repository responsible to manage Bitstream Rest object
Author:
Andrea Bollini (andrea.bollini at 4science.it)