|
Field Summary |
static QueryField |
OBJ_ID
The RDB column that all persistent classes have, which stores the object
id. |
static QueryField |
TIME_CREATED
The RDB column that all persistent classes have, which stores the number
of milliseconds since January 1, 1970, 00:00:00 GMT, at which time that
persistent object was created. |
static QueryField |
TIME_MODIFIED
The RDB column that all persistent classes have, which stores the number
of milliseconds since January 1, 1970, 00:00:00 GMT, at which time that
persistent object was modified the last time. |