@Entity(name="tableUser") public class User extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ID_FIELD_NAME
We use this field-name so we can query for users with a certain id
|
public static final String ID_FIELD_NAME
public User(String name)
name - StringThis documentation is licensed by Andrew Bowley under the GPLv3 License.