Class AuthorizationRestRepository

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

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