public class InternalUserRoleMapping extends PersistentRecord
SRecordInstance.BrokenOptimisticLockException| Modifier and Type | Field and Description |
|---|---|
static RecordMeta<InternalUserRoleMapping> |
META |
static ReferenceField<InternalRoleRecord> |
Role |
static LongField |
RoleId |
static ReferenceField<InternalUserRecord> |
User |
static LongField |
UserId |
DEFAULT_VALUE, FORM_META_KEY, INDEXED, UNIQUE| Constructor and Description |
|---|
InternalUserRoleMapping() |
| Modifier and Type | Method and Description |
|---|---|
RecordMeta<?> |
getMeta()
This must be defined in every user record's definition to access the SRecord which provides the meta data for
this instance.
|
getBoolean, getDoubleObj, getIntObj, getLongObj, getString, installDefaultValuesallFields, assertNewRow, assertNotNewRow, defineInitialValue, deleteRecord, doQueryRecord, doValidateRecord, equals, findReference, findReference, findReference, findReference, getBigDecimal, getBytes, getDataSet, getDate, getDouble, getEnum, getInitialValue, getInt, getLogger, getLong, getObject, getRawArrayValue, getReferenceNoQuery, getTime, getTimestamp, hashCode, isAttached, isDeleted, isDirty, isDirty, isEmpty, isNewRow, isNotDestroyed, isNull, isReadOnly, isValid, onQueryRecord, onValidateField, onValidateRecord, setBigDecimal, setBoolean, setBytes, setDate, setDirty, setDouble, setEmpty, setEnum, setInt, setLong, setNewRow, setNull, setObject, setObject, setRawArrayValue, setReadOnly, setReference, setString, setTime, setTimestamp, toString, validatePrimaryKeys, wasInCachepublic static final RecordMeta<InternalUserRoleMapping> META
public static final LongField RoleId
public static final ReferenceField<InternalRoleRecord> Role
public static final LongField UserId
public static final ReferenceField<InternalUserRecord> User
public RecordMeta<?> getMeta()
SRecordInstance
SRecord getMeta() {
return meta;
};
The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.
getMeta in class PersistentRecord