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