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