Uses of Class
de.terrestris.shoguncore.dao.LayoutDao
-
Packages that use LayoutDao Package Description de.terrestris.shoguncore.rest de.terrestris.shoguncore.service -
-
Uses of LayoutDao in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type LayoutDao Modifier and Type Class Description classLayoutRestController<E extends Layout,D extends LayoutDao<E>,S extends LayoutService<E,D>> -
Uses of LayoutDao in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type LayoutDao Modifier and Type Class Description classLayoutService<E extends Layout,D extends LayoutDao<E>>Service class for theLayoutmodel.
-