Interface IProfileDAO

All Superinterfaces:
IGenericDAO<Profile,UUID>
All Known Implementing Classes:
ProfileDAOImpl

public interface IProfileDAO extends IGenericDAO<Profile,UUID>
Data Access Object (DAO) interface for managing Profile entities. Extends IGenericDAO to inherit common CRUD operations.
See Also: