Package com.alpaca.persistence
Interface IRoleDAO
- All Superinterfaces:
IGenericDAO<Role,
UUID>
- All Known Implementing Classes:
RoleDAOImpl
Data Access Object (DAO) interface for managing
Role
entities.
Extends IGenericDAO
to inherit common CRUD operations and defines additional queries
specific to Role
management.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfindByRoleName
(String roleName) Finds a role by its unique name.Methods inherited from interface com.alpaca.persistence.IGenericDAO
deleteById, existsAllByIds, existsById, existsByUniqueProperties, findAll, findAllByIds, findAllPage, findById, save, saveAll, updateById