@Entity(name="tableUserPost") public class UserPost extends Object
For more information about foreign objects, see the online docs
| Modifier and Type | Field and Description |
|---|---|
static String |
POST_ID_FIELD_NAME
Column name in join table for post foreign key
|
static String |
USER_ID_FIELD_NAME
Column name in join table for user foreign key
|
public static final String USER_ID_FIELD_NAME
public static final String POST_ID_FIELD_NAME
This documentation is licensed by Andrew Bowley under the GPLv3 License.