Package com.alpaca.service
Interface IProfileService
- All Superinterfaces:
IGenericService<Profile,
UUID>
- All Known Implementing Classes:
ProfileServiceImpl
Service interface for managing
Profile
entities. Extends IGenericService
to
inherit common CRUD operations.- See Also:
-
Method Summary
Methods inherited from interface com.alpaca.service.IGenericService
deleteById, existsAllByIds, existsById, existsByUniqueProperties, findAll, findAllByIds, findAllByIdsToSet, findAllPage, findById, save, saveAll, updateById