Class QRole
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.sql.RelationalPathBase<R>
-
- com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase<R>
-
- com.evolveum.midpoint.repo.sqale.qmodel.object.QObject<R>
-
- com.evolveum.midpoint.repo.sqale.qmodel.object.QAssignmentHolder<R>
-
- com.evolveum.midpoint.repo.sqale.qmodel.focus.QFocus<R>
-
- com.evolveum.midpoint.repo.sqale.qmodel.role.QAbstractRole<MRole>
-
- com.evolveum.midpoint.repo.sqale.qmodel.role.QRole
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MRole>
,com.querydsl.core.types.Expression<MRole>
,com.querydsl.core.types.Path<MRole>
,com.querydsl.core.types.ProjectionRole<MRole>
,com.querydsl.sql.RelationalPath<MRole>
,Serializable
public class QRole extends QAbstractRole<MRole>
Querydsl query type for "m_role" table.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE_NAME
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.role.QAbstractRole
AUTO_ASSIGN_ENABLED, autoAssignEnabled, CLASS, DISPLAY_NAME_NORM, DISPLAY_NAME_ORIG, displayNameNorm, displayNameOrig, identifier, IDENTIFIER, requestable, REQUESTABLE, RISK_LEVEL, riskLevel
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.focus.QFocus
ADMINISTRATIVE_STATUS, administrativeStatus, ARCHIVE_TIMESTAMP, archiveTimestamp, COST_CENTER, costCenter, DISABLE_REASON, DISABLE_TIMESTAMP, disableReason, disableTimestamp, EFFECTIVE_STATUS, effectiveStatus, EMAIL_ADDRESS, emailAddress, ENABLE_TIMESTAMP, enableTimestamp, locale, LOCALE, LOCALITY_NORM, LOCALITY_ORIG, localityNorm, localityOrig, LOCKOUT_STATUS, lockoutStatus, NORMALIZED_DATA, normalizedData, PASSWORD_CREATE_TIMESTAMP, PASSWORD_MODIFY_TIMESTAMP, passwordCreateTimestamp, passwordModifyTimestamp, photo, PHOTO, PREFERRED_LANGUAGE, preferredLanguage, TELEPHONE_NUMBER, telephoneNumber, timezone, TIMEZONE, VALID_FROM, VALID_TO, validFrom, VALIDITY_CHANGE_TIMESTAMP, VALIDITY_STATUS, validityChangeTimestamp, validityStatus, validTo
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.object.QObject
CID_SEQ, containerIdSeq, CREATE_CHANNEL_ID, CREATE_TIMESTAMP, createChannelId, createChannelIdFk, createTimestamp, CREATOR_REF_RELATION_ID, CREATOR_REF_TARGET_OID, CREATOR_REF_TARGET_TYPE, creatorRefRelationId, creatorRefRelationIdFk, creatorRefTargetOid, creatorRefTargetType, ext, EXT, FULL_OBJECT, FULL_TEXT_INFO, fullObject, fullTextInfo, LIFECYCLE_STATE, lifecycleState, MODIFIER_REF_RELATION_ID, MODIFIER_REF_TARGET_OID, MODIFIER_REF_TARGET_TYPE, modifierRefRelationId, modifierRefRelationIdFk, modifierRefTargetOid, modifierRefTargetType, MODIFY_CHANNEL_ID, MODIFY_TIMESTAMP, modifyChannelId, modifyChannelIdFk, modifyTimestamp, NAME_NORM, NAME_ORIG, nameNorm, nameOrig, OBJECT_TYPE, objectType, oid, OID, pk, POLICY_SITUATIONS, policySituations, subtypes, SUBTYPES, TENANT_REF_RELATION_ID, TENANT_REF_TARGET_OID, TENANT_REF_TARGET_TYPE, tenantRefRelationId, tenantRefRelationIdFk, tenantRefTargetOid, tenantRefTargetType, version, VERSION
-
Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAME
-
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
addMetadata, createArray, createBoolean, createByteArray, createDateTime, createEnum, createInstant, createInteger, createLong, createNumber, createString, createUuid, getPath
-
Methods inherited from class com.querydsl.sql.RelationalPathBase
add, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getSchemaAndTable, getSchemaName, getTableName, ne, ne
-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-