Uses of Class
de.terrestris.shoguncore.dao.TileGridDao
-
Packages that use TileGridDao Package Description de.terrestris.shoguncore.rest de.terrestris.shoguncore.service -
-
Uses of TileGridDao in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type TileGridDao Modifier and Type Class Description classTileGridRestController<E extends TileGrid,D extends TileGridDao<E>,S extends TileGridService<E,D>> -
Uses of TileGridDao in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type TileGridDao Modifier and Type Class Description classTileGridService<E extends TileGrid,D extends TileGridDao<E>>Service class for theModulemodel.
-