Interface RoleDAO

All Superinterfaces:
DAO<Role>
All Known Subinterfaces:
RoleRepo, RoleRepo

public interface RoleDAO extends DAO<Role>
  • Method Details