Uses of Class
com.acme.jpa.User

Packages that use User
com.acme.jpa   
 

Uses of User in com.acme.jpa
 

Methods in com.acme.jpa that return types with arguments of type User
 List<User> UserRepositoryBean.getByFirstName(String firstName)
           
 List<User> UserRepository.getByFirstName(String firstName)
           
 

Methods in com.acme.jpa with parameters of type User
 void UserRepositoryBean.store(User user)
           
 void UserRepository.store(User user)
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.