Uses of Class
de.terrestris.shoguncore.service.ImageFileService
-
Packages that use ImageFileService Package Description de.terrestris.shoguncore.rest de.terrestris.shoguncore.web -
-
Uses of ImageFileService in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type ImageFileService Modifier and Type Class Description classImageFileRestController<E extends ImageFile,D extends ImageFileDao<E>,S extends ImageFileService<E,D>> -
Uses of ImageFileService in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type ImageFileService Modifier and Type Class Description classImageFileController<E extends ImageFile,D extends ImageFileDao<E>,S extends ImageFileService<E,D>>
-