E - public abstract class AbstractTokenDao<E extends Token> extends GenericHibernateDao<E,Integer>
Token class is abstract, this class will also be abstract.
There will also be NO Repository annotation here.LOG| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTokenDao(Class<E> clazz)
Constructor that has to be called by subclasses.
|
createDistinctRootEntityCriteria, delete, findAll, findByCriteria, findByCriteriaWithSortingAndPaging, findById, findByUniqueCriteria, loadById, saveOrUpdateCopyright © 2016 terrestris GmbH & Co. KG. All rights reserved.