Uses of Class
de.terrestris.shoguncore.dao.TreeFolderDao
-
Packages that use TreeFolderDao Package Description de.terrestris.shoguncore.converter de.terrestris.shoguncore.service -
-
Uses of TreeFolderDao in de.terrestris.shoguncore.converter
Classes in de.terrestris.shoguncore.converter with type parameters of type TreeFolderDao Modifier and Type Class Description classTreeFolderIdResolver<E extends TreeFolder,D extends TreeFolderDao<E>,S extends TreeFolderService<E,D>> -
Uses of TreeFolderDao in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type TreeFolderDao Modifier and Type Class Description classTreeFolderService<E extends TreeFolder,D extends TreeFolderDao<E>>Service class for theTreeFoldermodel.
-