Package com.alpaca.persistence
Interface IProfileDAO
- All Superinterfaces:
IGenericDAO<Profile,
UUID>
- All Known Implementing Classes:
ProfileDAOImpl
Data Access Object (DAO) interface for managing
Profile
entities. Extends IGenericDAO
to inherit common CRUD operations.- See Also:
-
Method Summary
Methods inherited from interface com.alpaca.persistence.IGenericDAO
deleteById, existsAllByIds, existsById, existsByUniqueProperties, findAll, findAllByIds, findAllPage, findById, save, saveAll, updateById