java.lang.Object
de.digitalcollections.cudami.server.business.impl.service.UniqueObjectServiceImpl<de.digitalcollections.model.identifiable.semantic.Subject,SubjectRepository>
de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.semantic.SubjectServiceImpl
All Implemented Interfaces:
SubjectService, UniqueObjectService<de.digitalcollections.model.identifiable.semantic.Subject>

@Service @Transactional(rollbackFor=java.lang.Exception.class, isolation=SERIALIZABLE) public class SubjectServiceImpl extends UniqueObjectServiceImpl<de.digitalcollections.model.identifiable.semantic.Subject,SubjectRepository> implements SubjectService