org.appfuse.dao.jpa
Class LookupDaoJpa

java.lang.Object
  extended by org.appfuse.dao.jpa.LookupDaoJpa
All Implemented Interfaces:
LookupDao

@Repository
public class LookupDaoJpa
extends java.lang.Object
implements LookupDao

JPA implementation of LookupDao.

Author:
Bryan Noll

Constructor Summary
LookupDaoJpa()
           
 
Method Summary
 java.util.List<Role> getRoles()
          Returns all Roles ordered by name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupDaoJpa

public LookupDaoJpa()
Method Detail

getRoles

public java.util.List<Role> getRoles()
Returns all Roles ordered by name

Specified by:
getRoles in interface LookupDao
Returns:
populated list of roles


Copyright © 2003-2009. All Rights Reserved.