Class QFocus<R extends MFocus>
- 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>
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<R>,com.querydsl.core.types.Expression<R>,com.querydsl.core.types.Path<R>,com.querydsl.core.types.ProjectionRole<R>,com.querydsl.sql.RelationalPath<R>,Serializable
- Direct Known Subclasses:
QAbstractRole,QGenericObject,QUser
public class QFocus<R extends MFocus> extends QAssignmentHolder<R>
Querydsl query type for "m_focus" table.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static com.querydsl.sql.ColumnMetadataADMINISTRATIVE_STATUScom.querydsl.core.types.dsl.EnumPath<ActivationStatusType>administrativeStatusstatic com.querydsl.sql.ColumnMetadataARCHIVE_TIMESTAMPcom.querydsl.core.types.dsl.DateTimePath<Instant>archiveTimestampstatic Class<QFocus<MFocus>>CLASSIfQFocus.classis not enough because of generics, tryQFocus.CLASS.static com.querydsl.sql.ColumnMetadataCOST_CENTERcom.querydsl.core.types.dsl.StringPathcostCenterstatic com.querydsl.sql.ColumnMetadataDISABLE_REASONstatic com.querydsl.sql.ColumnMetadataDISABLE_TIMESTAMPcom.querydsl.core.types.dsl.StringPathdisableReasoncom.querydsl.core.types.dsl.DateTimePath<Instant>disableTimestampstatic com.querydsl.sql.ColumnMetadataEFFECTIVE_STATUScom.querydsl.core.types.dsl.EnumPath<ActivationStatusType>effectiveStatusstatic com.querydsl.sql.ColumnMetadataEMAIL_ADDRESScom.querydsl.core.types.dsl.StringPathemailAddressstatic com.querydsl.sql.ColumnMetadataENABLE_TIMESTAMPcom.querydsl.core.types.dsl.DateTimePath<Instant>enableTimestampcom.querydsl.core.types.dsl.StringPathlocalestatic com.querydsl.sql.ColumnMetadataLOCALEstatic com.querydsl.sql.ColumnMetadataLOCALITY_NORMstatic com.querydsl.sql.ColumnMetadataLOCALITY_ORIGcom.querydsl.core.types.dsl.StringPathlocalityNormcom.querydsl.core.types.dsl.StringPathlocalityOrigstatic com.querydsl.sql.ColumnMetadataLOCKOUT_STATUScom.querydsl.core.types.dsl.EnumPath<LockoutStatusType>lockoutStatusstatic com.querydsl.sql.ColumnMetadataPASSWORD_CREATE_TIMESTAMPstatic com.querydsl.sql.ColumnMetadataPASSWORD_MODIFY_TIMESTAMPcom.querydsl.core.types.dsl.DateTimePath<Instant>passwordCreateTimestampcom.querydsl.core.types.dsl.DateTimePath<Instant>passwordModifyTimestampcom.querydsl.core.types.dsl.ArrayPath<byte[],Byte>photostatic com.querydsl.sql.ColumnMetadataPHOTOstatic com.querydsl.sql.ColumnMetadataPREFERRED_LANGUAGEcom.querydsl.core.types.dsl.StringPathpreferredLanguagestatic StringTABLE_NAMEstatic com.querydsl.sql.ColumnMetadataTELEPHONE_NUMBERcom.querydsl.core.types.dsl.StringPathtelephoneNumbercom.querydsl.core.types.dsl.StringPathtimezonestatic com.querydsl.sql.ColumnMetadataTIMEZONEstatic com.querydsl.sql.ColumnMetadataVALID_FROMstatic com.querydsl.sql.ColumnMetadataVALID_TOcom.querydsl.core.types.dsl.DateTimePath<Instant>validFromstatic com.querydsl.sql.ColumnMetadataVALIDITY_CHANGE_TIMESTAMPstatic com.querydsl.sql.ColumnMetadataVALIDITY_STATUScom.querydsl.core.types.dsl.DateTimePath<Instant>validityChangeTimestampcom.querydsl.core.types.dsl.EnumPath<TimeIntervalStatusType>validityStatuscom.querydsl.core.types.dsl.DateTimePath<Instant>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
-
-
-
-
Field Detail
-
CLASS
public static final Class<QFocus<MFocus>> CLASS
IfQFocus.classis not enough because of generics, tryQFocus.CLASS.
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
COST_CENTER
public static final com.querydsl.sql.ColumnMetadata COST_CENTER
-
EMAIL_ADDRESS
public static final com.querydsl.sql.ColumnMetadata EMAIL_ADDRESS
-
PHOTO
public static final com.querydsl.sql.ColumnMetadata PHOTO
-
LOCALE
public static final com.querydsl.sql.ColumnMetadata LOCALE
-
LOCALITY_ORIG
public static final com.querydsl.sql.ColumnMetadata LOCALITY_ORIG
-
LOCALITY_NORM
public static final com.querydsl.sql.ColumnMetadata LOCALITY_NORM
-
PREFERRED_LANGUAGE
public static final com.querydsl.sql.ColumnMetadata PREFERRED_LANGUAGE
-
TELEPHONE_NUMBER
public static final com.querydsl.sql.ColumnMetadata TELEPHONE_NUMBER
-
TIMEZONE
public static final com.querydsl.sql.ColumnMetadata TIMEZONE
-
PASSWORD_CREATE_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata PASSWORD_CREATE_TIMESTAMP
-
PASSWORD_MODIFY_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata PASSWORD_MODIFY_TIMESTAMP
-
ADMINISTRATIVE_STATUS
public static final com.querydsl.sql.ColumnMetadata ADMINISTRATIVE_STATUS
-
EFFECTIVE_STATUS
public static final com.querydsl.sql.ColumnMetadata EFFECTIVE_STATUS
-
ENABLE_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata ENABLE_TIMESTAMP
-
DISABLE_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata DISABLE_TIMESTAMP
-
DISABLE_REASON
public static final com.querydsl.sql.ColumnMetadata DISABLE_REASON
-
VALIDITY_STATUS
public static final com.querydsl.sql.ColumnMetadata VALIDITY_STATUS
-
VALID_FROM
public static final com.querydsl.sql.ColumnMetadata VALID_FROM
-
VALID_TO
public static final com.querydsl.sql.ColumnMetadata VALID_TO
-
VALIDITY_CHANGE_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata VALIDITY_CHANGE_TIMESTAMP
-
ARCHIVE_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata ARCHIVE_TIMESTAMP
-
LOCKOUT_STATUS
public static final com.querydsl.sql.ColumnMetadata LOCKOUT_STATUS
-
costCenter
public final com.querydsl.core.types.dsl.StringPath costCenter
-
emailAddress
public final com.querydsl.core.types.dsl.StringPath emailAddress
-
photo
public final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> photo
-
locale
public final com.querydsl.core.types.dsl.StringPath locale
-
localityOrig
public final com.querydsl.core.types.dsl.StringPath localityOrig
-
localityNorm
public final com.querydsl.core.types.dsl.StringPath localityNorm
-
preferredLanguage
public final com.querydsl.core.types.dsl.StringPath preferredLanguage
-
telephoneNumber
public final com.querydsl.core.types.dsl.StringPath telephoneNumber
-
timezone
public final com.querydsl.core.types.dsl.StringPath timezone
-
passwordCreateTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> passwordCreateTimestamp
-
passwordModifyTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> passwordModifyTimestamp
-
administrativeStatus
public final com.querydsl.core.types.dsl.EnumPath<ActivationStatusType> administrativeStatus
-
effectiveStatus
public final com.querydsl.core.types.dsl.EnumPath<ActivationStatusType> effectiveStatus
-
enableTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> enableTimestamp
-
disableTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> disableTimestamp
-
disableReason
public final com.querydsl.core.types.dsl.StringPath disableReason
-
validityStatus
public final com.querydsl.core.types.dsl.EnumPath<TimeIntervalStatusType> validityStatus
-
validFrom
public final com.querydsl.core.types.dsl.DateTimePath<Instant> validFrom
-
validTo
public final com.querydsl.core.types.dsl.DateTimePath<Instant> validTo
-
validityChangeTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> validityChangeTimestamp
-
archiveTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> archiveTimestamp
-
lockoutStatus
public final com.querydsl.core.types.dsl.EnumPath<LockoutStatusType> lockoutStatus
-
-