Uses of Class
de.terrestris.shoguncore.dao.AbstractTokenDao
-
Packages that use AbstractTokenDao Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.service -
-
Uses of AbstractTokenDao in de.terrestris.shoguncore.dao
Subclasses of AbstractTokenDao in de.terrestris.shoguncore.dao Modifier and Type Class Description classAbstractUserTokenDao<E extends UserToken>As theUserTokenclass is abstract, this class will also be abstract.classPasswordResetTokenDao<E extends PasswordResetToken>classRegistrationTokenDao<E extends RegistrationToken> -
Uses of AbstractTokenDao in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type AbstractTokenDao Modifier and Type Class Description classAbstractTokenService<E extends Token,D extends AbstractTokenDao<E>>
-