Arquillian Example Domain 1.0.0.CR1

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)
           
 


Arquillian Example Domain 1.0.0.CR1

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