public class User extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
email |
String |
id |
String |
password |
String |
salt |
String |
username |
| Modifier and Type | Method and Description |
|---|---|
static User |
getUserByUsername(org.hibernate.Session session,
String username) |
Copyright © 2014. All rights reserved.