- Type Parameters:
T - The type of the entity.
PK - The type of the primary key of the entity.
- All Superinterfaces:
- Dao<T,PK>
- All Known Subinterfaces:
- GroupDao<U>, RoleDao<E>, UserDao<U>, UserTemplateDao<E>
- All Known Implementing Classes:
- AbstractJpaGroupDao, AbstractJpaRoleDao, AbstractJpaUserDao, AbstractJpaUserTemplateDao
public interface DaoWithUniqueName<T,PK>
extends Dao<T,PK>
Provides an interface for the common CRUD operations for an entity.
- Author:
- hrathod