Uses of Class
de.terrestris.shoguncore.model.File
-
Packages that use File Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.model de.terrestris.shoguncore.service de.terrestris.shoguncore.web -
-
Uses of File in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type File Modifier and Type Class Description classFileDao<E extends File>classImageFileDao<E extends File> -
Uses of File in de.terrestris.shoguncore.model
Subclasses of File in de.terrestris.shoguncore.model Modifier and Type Class Description classImageFileThis class represents an Image which is stored as a bytearray in the databaseMethods in de.terrestris.shoguncore.model that return types with arguments of type File Modifier and Type Method Description Set<File>Plugin. getFileUploads()Method parameters in de.terrestris.shoguncore.model with type arguments of type File Modifier and Type Method Description voidPlugin. setFileUploads(Set<File> fileUploads) -
Uses of File in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type File Modifier and Type Class Description classFileService<E extends File,D extends FileDao<E>>Service class for theFilemodel. -
Uses of File in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type File Modifier and Type Class Description classFileController<E extends File,D extends FileDao<E>,S extends FileService<E,D>>
-