Package com.alpaca.persistence
Interface IPermissionDAO
- All Superinterfaces:
IGenericDAO<Permission,
UUID>
- All Known Implementing Classes:
PermissionDAOImpl
Data Access Object (DAO) interface for managing
Permission
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
-
Method Details
-
findByPermissionName
-