|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.acme.jpa.UserRepositoryBean
public class UserRepositoryBean

UserRepositoryBean
| Constructor Summary | |
|---|---|
UserRepositoryBean()
|
|
| Method Summary | |
|---|---|
java.util.List<User> |
getByFirstName(java.lang.String firstName)
|
void |
store(User user)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserRepositoryBean()
| Method Detail |
|---|
public java.util.List<User> getByFirstName(java.lang.String firstName)
getByFirstName in interface UserRepositorypublic void store(User user)
store in interface UserRepository
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||