org.appfuse.dao.jpa
Class LookupDaoJpa
java.lang.Object
org.appfuse.dao.jpa.LookupDaoJpa
- All Implemented Interfaces:
- LookupDao
@Repository
public class LookupDaoJpa
- extends Object
- implements LookupDao
JPA implementation of LookupDao.
- Author:
- Bryan Noll
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupDaoJpa
public LookupDaoJpa()
getRoles
public List<Role> getRoles()
- Returns all Roles ordered by name
- Specified by:
getRoles in interface LookupDao
- Returns:
- populated list of roles
Copyright © 2003-2012. All Rights Reserved.