Class VocabularyEntryDetailsRestRepository

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

@Component("submission.vocabularyEntryDetail") public class VocabularyEntryDetailsRestRepository extends DSpaceRestRepository<VocabularyEntryDetailsRest,String> implements org.springframework.beans.factory.InitializingBean
Controller for exposition of vocabularies entry details for the submission
Author:
Andrea Bollini (andrea.bollini at 4science.it)