Uses of Class
de.terrestris.shoguncore.dao.WpsPrimitiveDao
-
Packages that use WpsPrimitiveDao Package Description de.terrestris.shoguncore.rest de.terrestris.shoguncore.service de.terrestris.shoguncore.web -
-
Uses of WpsPrimitiveDao in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type WpsPrimitiveDao Modifier and Type Class Description classWpsPrimitiveRestController<E extends WpsPrimitive,D extends WpsPrimitiveDao<E>,S extends WpsPrimitiveService<E,D>> -
Uses of WpsPrimitiveDao in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type WpsPrimitiveDao Modifier and Type Class Description classWpsPrimitiveService<E extends WpsPrimitive,D extends WpsPrimitiveDao<E>>Service class for theWpsPrimitivemodel. -
Uses of WpsPrimitiveDao in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type WpsPrimitiveDao Modifier and Type Class Description classWpsPrimitiveController<E extends WpsPrimitive,D extends WpsPrimitiveDao<E>,S extends WpsPrimitiveService<E,D>>
-