Class AbstractTokenDao<E extends Token>

  • Type Parameters:
    E -
    Direct Known Subclasses:
    AbstractUserTokenDao

    public abstract class AbstractTokenDao<E extends Token>
    extends GenericHibernateDao<E,​Integer>
    As the Token class is abstract, this class will also be abstract. There will also be NO Repository annotation here.
    Author:
    Nils Bühner
    • Constructor Detail

      • AbstractTokenDao

        protected AbstractTokenDao​(Class<E> clazz)
        Constructor that has to be called by subclasses.
        Parameters:
        clazz -