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