@Override
 @Transactional(propagation = Propagation.REQUIRED, readOnly = false)
 public DefTypeEntity saveTypeEntity(DefTypeEntity entity) {
   return defTypeRepository.save(entity);
 }