Uses of Class
de.terrestris.shoguncore.model.Person
-
Packages that use Person Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.model de.terrestris.shoguncore.service -
-
Uses of Person in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type Person Modifier and Type Class Description classPersonDao<E extends Person> -
Uses of Person in de.terrestris.shoguncore.model
Subclasses of Person in de.terrestris.shoguncore.model Modifier and Type Class Description classUser -
Uses of Person in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type Person Modifier and Type Class Description classPersonService<E extends Person,D extends PersonDao<E>>Service class for thePersonmodel.
-