Class QAccessCertificationCampaign
- 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<MAccessCertificationCampaign>
-
- com.evolveum.midpoint.repo.sqale.qmodel.accesscert.QAccessCertificationCampaign
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MAccessCertificationCampaign>
,com.querydsl.core.types.Expression<MAccessCertificationCampaign>
,com.querydsl.core.types.Path<MAccessCertificationCampaign>
,com.querydsl.core.types.ProjectionRole<MAccessCertificationCampaign>
,com.querydsl.sql.RelationalPath<MAccessCertificationCampaign>
,Serializable
public class QAccessCertificationCampaign extends QAssignmentHolder<MAccessCertificationCampaign>
Querydsl query type for "m_access_cert_campaign" table.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static com.querydsl.sql.ColumnMetadata
CAMPAIGN_ITERATION
com.querydsl.core.types.dsl.NumberPath<Integer>
campaignIteration
static com.querydsl.sql.ColumnMetadata
DEFINITION_REF_RELATION_ID
static com.querydsl.sql.ColumnMetadata
DEFINITION_REF_TARGET_OID
static com.querydsl.sql.ColumnMetadata
DEFINITION_REF_TARGET_TYPE
com.querydsl.core.types.dsl.NumberPath<Integer>
definitionRefRelationId
UuidPath
definitionRefTargetOid
com.querydsl.core.types.dsl.EnumPath<MObjectType>
definitionRefTargetType
static com.querydsl.sql.ColumnMetadata
END_TIMESTAMP
com.querydsl.core.types.dsl.DateTimePath<Instant>
endTimestamp
static com.querydsl.sql.ColumnMetadata
HANDLER_URI_ID
com.querydsl.core.types.dsl.NumberPath<Integer>
handlerUriId
static com.querydsl.sql.ColumnMetadata
OWNER_REF_RELATION_ID
static com.querydsl.sql.ColumnMetadata
OWNER_REF_TARGET_OID
static com.querydsl.sql.ColumnMetadata
OWNER_REF_TARGET_TYPE
com.querydsl.core.types.dsl.NumberPath<Integer>
ownerRefRelationId
UuidPath
ownerRefTargetOid
com.querydsl.core.types.dsl.EnumPath<MObjectType>
ownerRefTargetType
static com.querydsl.sql.ColumnMetadata
STAGE_NUMBER
com.querydsl.core.types.dsl.NumberPath<Integer>
stageNumber
static com.querydsl.sql.ColumnMetadata
START_TIMESTAMP
com.querydsl.core.types.dsl.DateTimePath<Instant>
startTimestamp
com.querydsl.core.types.dsl.EnumPath<AccessCertificationCampaignStateType>
state
static com.querydsl.sql.ColumnMetadata
STATE
static String
TABLE_NAME
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.object.QAssignmentHolder
CLASS
-
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
-
-
Constructor Summary
Constructors Constructor Description QAccessCertificationCampaign(String variable)
QAccessCertificationCampaign(String variable, String schema, String table)
-
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
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
DEFINITION_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata DEFINITION_REF_TARGET_OID
-
DEFINITION_REF_TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata DEFINITION_REF_TARGET_TYPE
-
DEFINITION_REF_RELATION_ID
public static final com.querydsl.sql.ColumnMetadata DEFINITION_REF_RELATION_ID
-
END_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata END_TIMESTAMP
-
HANDLER_URI_ID
public static final com.querydsl.sql.ColumnMetadata HANDLER_URI_ID
-
CAMPAIGN_ITERATION
public static final com.querydsl.sql.ColumnMetadata CAMPAIGN_ITERATION
-
OWNER_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata OWNER_REF_TARGET_OID
-
OWNER_REF_TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata OWNER_REF_TARGET_TYPE
-
OWNER_REF_RELATION_ID
public static final com.querydsl.sql.ColumnMetadata OWNER_REF_RELATION_ID
-
STAGE_NUMBER
public static final com.querydsl.sql.ColumnMetadata STAGE_NUMBER
-
START_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata START_TIMESTAMP
-
STATE
public static final com.querydsl.sql.ColumnMetadata STATE
-
definitionRefTargetOid
public final UuidPath definitionRefTargetOid
-
definitionRefTargetType
public final com.querydsl.core.types.dsl.EnumPath<MObjectType> definitionRefTargetType
-
definitionRefRelationId
public final com.querydsl.core.types.dsl.NumberPath<Integer> definitionRefRelationId
-
endTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> endTimestamp
-
handlerUriId
public final com.querydsl.core.types.dsl.NumberPath<Integer> handlerUriId
-
campaignIteration
public final com.querydsl.core.types.dsl.NumberPath<Integer> campaignIteration
-
ownerRefTargetOid
public final UuidPath ownerRefTargetOid
-
ownerRefTargetType
public final com.querydsl.core.types.dsl.EnumPath<MObjectType> ownerRefTargetType
-
ownerRefRelationId
public final com.querydsl.core.types.dsl.NumberPath<Integer> ownerRefRelationId
-
stageNumber
public final com.querydsl.core.types.dsl.NumberPath<Integer> stageNumber
-
startTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> startTimestamp
-
state
public final com.querydsl.core.types.dsl.EnumPath<AccessCertificationCampaignStateType> state
-
-