public class AuthorityDAO extends AbstractJPAGenericDAO<Authority,Long>
LOGGER| Constructor and Description |
|---|
AuthorityDAO() |
| Modifier and Type | Method and Description |
|---|---|
Authority |
findByAuthorityName(String authorityName) |
List<Authority> |
getAllAuthorityByUser(String userName)
Renvoi l'ensemble des roles affecté à l'utilisateur, ainsi que ceux
affecté au groupe dont il dépend.
|
clear, findAll, findById, flush, getEntityManager, getReference, merge, persist, remove, setEntityManagerCopyright © 2012. All Rights Reserved.