Uses of Class
de.terrestris.shoguncore.dao.LayerDataSourceDao
-
Packages that use LayerDataSourceDao Package Description de.terrestris.shoguncore.rest de.terrestris.shoguncore.service -
-
Uses of LayerDataSourceDao in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type LayerDataSourceDao Modifier and Type Class Description classLayerDataSourceRestController<E extends LayerDataSource,D extends LayerDataSourceDao<E>,S extends LayerDataSourceService<E,D>> -
Uses of LayerDataSourceDao in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type LayerDataSourceDao Modifier and Type Class Description classLayerDataSourceService<E extends LayerDataSource,D extends LayerDataSourceDao<E>>Service class for theModulemodel.
-