Class QAffectedObjects
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<MAffectedObjects,MTask>
com.evolveum.midpoint.repo.sqale.qmodel.task.QAffectedObjects
- All Implemented Interfaces:
QOwnedBy<MTask>,com.querydsl.core.types.EntityPath<MAffectedObjects>,com.querydsl.core.types.Expression<MAffectedObjects>,com.querydsl.core.types.Path<MAffectedObjects>,com.querydsl.core.types.ProjectionRole<MAffectedObjects>,com.querydsl.sql.RelationalPath<MAffectedObjects>,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.NumberPath<Integer>static final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.NumberPath<Integer>final UuidPathfinal com.querydsl.core.types.dsl.EnumPath<MObjectType>com.querydsl.core.types.dsl.EnumPath<ExecutionModeType>final com.querydsl.core.types.dsl.StringPathstatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.EnumPath<ShadowKindType>static final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.NumberPath<Integer>com.querydsl.core.types.dsl.EnumPath<PredefinedConfigurationType>static final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.NumberPath<Integer>final UuidPathfinal com.querydsl.core.types.dsl.EnumPath<MObjectType>static final Stringfinal com.querydsl.core.types.dsl.EnumPath<MObjectType>Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer
cid, CID, CLASS, CONTAINER_TYPE, containerType, objectOidIdFk, OWNER_OID, ownerOid, pkFields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBase
DEFAULT_SCHEMA_NAMEFields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionQAffectedObjects(String variable) QAffectedObjects(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, getPathMethods 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, neMethods 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, instanceOfAnyMethods 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, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
accept, getTypeMethods inherited from interface com.querydsl.core.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Field Details
-
TABLE_NAME
- See Also:
-
OBJECT_TYPE
public static final com.querydsl.sql.ColumnMetadata OBJECT_TYPE -
ACTIVITY_ID
public static final com.querydsl.sql.ColumnMetadata ACTIVITY_ID -
ARCHETYPE_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata ARCHETYPE_REF_TARGET_OID -
ARCHETYPE_REF_TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata ARCHETYPE_REF_TARGET_TYPE -
ARCHETYPE_REF_RELATION_ID
public static final com.querydsl.sql.ColumnMetadata ARCHETYPE_REF_RELATION_ID -
OBJECT_CLASS_ID
public static final com.querydsl.sql.ColumnMetadata OBJECT_CLASS_ID -
RESOURCE_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata RESOURCE_REF_TARGET_OID -
RESOURCE_REF_TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata RESOURCE_REF_TARGET_TYPE -
RESOURCE_REF_RELATION_ID
public static final com.querydsl.sql.ColumnMetadata RESOURCE_REF_RELATION_ID -
INTENT
public static final com.querydsl.sql.ColumnMetadata INTENT -
KIND
public static final com.querydsl.sql.ColumnMetadata KIND -
activityId
-
type
-
archetypeRefTargetOid
-
archetypeRefTargetType
-
archetypeRefRelationId
-
objectClassId
-
resourceRefTargetOid
-
resourceRefTargetType
-
resourceRefRelationId
-
intent
public final com.querydsl.core.types.dsl.StringPath intent -
kind
-
executionMode
-
predefinedConfigurationToUse
public com.querydsl.core.types.dsl.EnumPath<PredefinedConfigurationType> predefinedConfigurationToUse
-
-
Constructor Details
-
QAffectedObjects
-
QAffectedObjects
-
-
Method Details
-
isOwnedBy
Description copied from interface:QOwnedByReturns 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:
isOwnedByin interfaceQOwnedBy<MTask>- Overrides:
isOwnedByin classQContainer<MAffectedObjects,MTask>
-