Package com.alpaca.persistence
Interface IAdvertiserDAO
- All Superinterfaces:
IGenericDAO<Advertiser,
UUID>
- All Known Implementing Classes:
AdvertiserDAOImpl
Data Access Object (DAO) interface for managing
Advertiser
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