Uses of Class
org.damap.base.domain.Storage
Packages that use Storage
-
Uses of Storage in org.damap.base.repo
Methods in org.damap.base.repo that return types with arguments of type StorageModifier and TypeMethodDescriptionStorageRepo.findByInternalStorageId(InternalStorage internalStorage) -
Uses of Storage in org.damap.base.rest.dmp.mapper
Methods in org.damap.base.rest.dmp.mapper that return StorageModifier and TypeMethodDescriptionStorageDOMapper.mapDOtoEntity(StorageDO storageDO, Storage storage, MapperService mapperService) mapDOtoEntity.Methods in org.damap.base.rest.dmp.mapper with parameters of type StorageModifier and TypeMethodDescriptionStorageDOMapper.mapDOtoEntity(StorageDO storageDO, Storage storage, MapperService mapperService) mapDOtoEntity.StorageDOMapper.mapEntityToDO(Storage storage, StorageDO storageDO) mapEntityToDO.