Uses of Class
de.terrestris.shoguncore.dao.PluginDao
-
Packages that use PluginDao Package Description de.terrestris.shoguncore.converter de.terrestris.shoguncore.dao de.terrestris.shoguncore.rest de.terrestris.shoguncore.service de.terrestris.shoguncore.web -
-
Uses of PluginDao in de.terrestris.shoguncore.converter
Classes in de.terrestris.shoguncore.converter with type parameters of type PluginDao Modifier and Type Class Description classPluginIdResolver<E extends Plugin,D extends PluginDao<E>,S extends PluginService<E,D>> -
Uses of PluginDao in de.terrestris.shoguncore.dao
Subclasses of PluginDao in de.terrestris.shoguncore.dao Modifier and Type Class Description classWpsPluginDao<E extends WpsPlugin> -
Uses of PluginDao in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type PluginDao Modifier and Type Class Description classPluginRestController<E extends Plugin,D extends PluginDao<E>,S extends PluginService<E,D>> -
Uses of PluginDao in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type PluginDao Modifier and Type Class Description classPluginService<E extends Plugin,D extends PluginDao<E>>Service class for thePluginmodel. -
Uses of PluginDao in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type PluginDao Modifier and Type Class Description classPluginController<E extends Plugin,D extends PluginDao<E>,S extends PluginService<E,D>>
-