Class QAccessCertificationWorkItem
- 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.common.QContainer<MAccessCertificationWorkItem,MAccessCertificationCase>
-
- com.evolveum.midpoint.repo.sqale.qmodel.accesscert.QAccessCertificationWorkItem
-
- All Implemented Interfaces:
QOwnedBy<MAccessCertificationCase>
,com.querydsl.core.types.EntityPath<MAccessCertificationWorkItem>
,com.querydsl.core.types.Expression<MAccessCertificationWorkItem>
,com.querydsl.core.types.Path<MAccessCertificationWorkItem>
,com.querydsl.core.types.ProjectionRole<MAccessCertificationWorkItem>
,com.querydsl.sql.RelationalPath<MAccessCertificationWorkItem>
,Serializable
public class QAccessCertificationWorkItem extends QContainer<MAccessCertificationWorkItem,MAccessCertificationCase>
Querydsl query type for "m_access_cert_wi" table.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static com.querydsl.sql.ColumnMetadata
ACCESS_CERT_CASE_CID
com.querydsl.core.types.dsl.NumberPath<Long>
accessCertCaseCid
static com.querydsl.sql.ColumnMetadata
CAMPAIGN_ITERATION
com.querydsl.core.types.dsl.NumberPath<Integer>
campaignIteration
static com.querydsl.sql.ColumnMetadata
CLOSE_TIMESTAMP
com.querydsl.core.types.dsl.DateTimePath<Instant>
closeTimestamp
com.querydsl.core.types.dsl.StringPath
outcome
static com.querydsl.sql.ColumnMetadata
OUTCOME
static com.querydsl.sql.ColumnMetadata
OUTPUT_CHANGE_TIMESTAMP
com.querydsl.core.types.dsl.DateTimePath<Instant>
outputChangeTimestamp
static com.querydsl.sql.ColumnMetadata
PERFORMER_REF_RELATION_ID
static com.querydsl.sql.ColumnMetadata
PERFORMER_REF_TARGET_OID
static com.querydsl.sql.ColumnMetadata
PERFORMER_REF_TARGET_TYPE
com.querydsl.core.types.dsl.NumberPath<Integer>
performerRefRelationId
UuidPath
performerRefTargetOid
com.querydsl.core.types.dsl.EnumPath<MObjectType>
performerRefTargetType
static com.querydsl.sql.ColumnMetadata
STAGE_NUMBER
com.querydsl.core.types.dsl.NumberPath<Integer>
stageNumber
static String
TABLE_NAME
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer
cid, CID, CLASS, CONTAINER_TYPE, containerType, objectOidIdFk, OWNER_OID, ownerOid, pk
-
Fields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAME
-
-
Constructor Summary
Constructors Constructor Description QAccessCertificationWorkItem(String variable)
QAccessCertificationWorkItem(String variable, String schema, String table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.querydsl.core.types.dsl.BooleanExpression
isOwnedBy(MAccessCertificationCase caseRow)
Returns predicate for where clause that matches only rows owned by the provided owner.-
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
-
ACCESS_CERT_CASE_CID
public static final com.querydsl.sql.ColumnMetadata ACCESS_CERT_CASE_CID
-
CLOSE_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata CLOSE_TIMESTAMP
-
CAMPAIGN_ITERATION
public static final com.querydsl.sql.ColumnMetadata CAMPAIGN_ITERATION
-
OUTCOME
public static final com.querydsl.sql.ColumnMetadata OUTCOME
-
OUTPUT_CHANGE_TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata OUTPUT_CHANGE_TIMESTAMP
-
PERFORMER_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata PERFORMER_REF_TARGET_OID
-
PERFORMER_REF_TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata PERFORMER_REF_TARGET_TYPE
-
PERFORMER_REF_RELATION_ID
public static final com.querydsl.sql.ColumnMetadata PERFORMER_REF_RELATION_ID
-
STAGE_NUMBER
public static final com.querydsl.sql.ColumnMetadata STAGE_NUMBER
-
accessCertCaseCid
public final com.querydsl.core.types.dsl.NumberPath<Long> accessCertCaseCid
-
closeTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> closeTimestamp
-
campaignIteration
public final com.querydsl.core.types.dsl.NumberPath<Integer> campaignIteration
-
outcome
public final com.querydsl.core.types.dsl.StringPath outcome
-
outputChangeTimestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> outputChangeTimestamp
-
performerRefTargetOid
public final UuidPath performerRefTargetOid
-
performerRefTargetType
public final com.querydsl.core.types.dsl.EnumPath<MObjectType> performerRefTargetType
-
performerRefRelationId
public final com.querydsl.core.types.dsl.NumberPath<Integer> performerRefRelationId
-
stageNumber
public final com.querydsl.core.types.dsl.NumberPath<Integer> stageNumber
-
-
Method Detail
-
isOwnedBy
public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy(MAccessCertificationCase caseRow)
Description copied from interface:QOwnedBy
Returns predicate for where clause that matches only rows owned by the provided owner. Owner row is immediate owner, so if the containers are nested, it is the owning container, not the top-level owning object.- Specified by:
isOwnedBy
in interfaceQOwnedBy<MAccessCertificationCase>
- Overrides:
isOwnedBy
in classQContainer<MAccessCertificationWorkItem,MAccessCertificationCase>
-
-