Uses of Class
de.terrestris.shoguncore.dao.LayerAppearanceDao
-
Packages that use LayerAppearanceDao Package Description de.terrestris.shoguncore.rest de.terrestris.shoguncore.service -
-
Uses of LayerAppearanceDao in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type LayerAppearanceDao Modifier and Type Class Description classLayerAppearanceRestController<E extends LayerAppearance,D extends LayerAppearanceDao<E>,S extends LayerAppearanceService<E,D>> -
Uses of LayerAppearanceDao in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type LayerAppearanceDao Modifier and Type Class Description classLayerAppearanceService<E extends LayerAppearance,D extends LayerAppearanceDao<E>>Service class for theModulemodel.
-