Class AuthorizationFeatureRestRepository

All Implemented Interfaces:
Aware, BeanNameAware, org.springframework.data.repository.CrudRepository<AuthorizationFeatureRest,String>, org.springframework.data.repository.PagingAndSortingRepository<AuthorizationFeatureRest,String>, org.springframework.data.repository.Repository<AuthorizationFeatureRest,String>

@Component("authz.features") public class AuthorizationFeatureRestRepository extends DSpaceRestRepository<AuthorizationFeatureRest,String>
This is the repository responsible to manage AuthorizationFeature Rest object
Author:
Andrea Bollini (andrea.bollini at 4science.it)