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