Class SubscriptionRestRepository

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.data.repository.CrudRepository<SubscriptionRest,Integer>, org.springframework.data.repository.PagingAndSortingRepository<SubscriptionRest,Integer>, org.springframework.data.repository.Repository<SubscriptionRest,Integer>

@Component("core.subscription") public class SubscriptionRestRepository extends DSpaceRestRepository<SubscriptionRest,Integer> implements org.springframework.beans.factory.InitializingBean
This is the repository responsible to manage SubscriptionRest object
Author:
Mykhaylo Boychuk (mykhaylo.boychuk at 4science.com)
  • Constructor Details

    • SubscriptionRestRepository

      public SubscriptionRestRepository()
  • Method Details