Class QOperationExecution<OR extends MObject>
- 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<MOperationExecution,OR>
-
- com.evolveum.midpoint.repo.sqale.qmodel.object.QOperationExecution<OR>
-
- All Implemented Interfaces:
QOwnedBy<OR>
,com.querydsl.core.types.EntityPath<MOperationExecution>
,com.querydsl.core.types.Expression<MOperationExecution>
,com.querydsl.core.types.Path<MOperationExecution>
,com.querydsl.core.types.ProjectionRole<MOperationExecution>
,com.querydsl.sql.RelationalPath<MOperationExecution>
,Serializable
public class QOperationExecution<OR extends MObject> extends QContainer<MOperationExecution,OR>
Querydsl query type for "m_operation_execution" table.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Class<QOperationExecution<MObject>>
CLASS
If `QOperationExecution.class` is not enough because of generics, try `QOperationExecution.CLASS`.static com.querydsl.sql.ColumnMetadata
INITIATOR_REF_RELATION_ID
static com.querydsl.sql.ColumnMetadata
INITIATOR_REF_TARGET_OID
static com.querydsl.sql.ColumnMetadata
INITIATOR_REF_TARGET_TYPE
com.querydsl.core.types.dsl.NumberPath<Integer>
initiatorRefRelationId
UuidPath
initiatorRefTargetOid
com.querydsl.core.types.dsl.EnumPath<MObjectType>
initiatorRefTargetType
static com.querydsl.sql.ColumnMetadata
RECORD_TYPE
com.querydsl.core.types.dsl.EnumPath<OperationExecutionRecordTypeType>
recordType
com.querydsl.core.types.dsl.EnumPath<OperationResultStatusType>
status
static com.querydsl.sql.ColumnMetadata
STATUS
static String
TABLE_NAME
static com.querydsl.sql.ColumnMetadata
TASK_REF_RELATION_ID
static com.querydsl.sql.ColumnMetadata
TASK_REF_TARGET_OID
static com.querydsl.sql.ColumnMetadata
TASK_REF_TARGET_TYPE
com.querydsl.core.types.dsl.NumberPath<Integer>
taskRefRelationId
UuidPath
taskRefTargetOid
com.querydsl.core.types.dsl.EnumPath<MObjectType>
taskRefTargetType
com.querydsl.core.types.dsl.DateTimePath<Instant>
timestamp
static com.querydsl.sql.ColumnMetadata
TIMESTAMP
-
Fields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainer
cid, CID, 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 QOperationExecution(String variable)
QOperationExecution(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(OR ownerRow)
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
-
CLASS
public static final Class<QOperationExecution<MObject>> CLASS
If `QOperationExecution.class` is not enough because of generics, try `QOperationExecution.CLASS`.
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
STATUS
public static final com.querydsl.sql.ColumnMetadata STATUS
-
RECORD_TYPE
public static final com.querydsl.sql.ColumnMetadata RECORD_TYPE
-
INITIATOR_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata INITIATOR_REF_TARGET_OID
-
INITIATOR_REF_TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata INITIATOR_REF_TARGET_TYPE
-
INITIATOR_REF_RELATION_ID
public static final com.querydsl.sql.ColumnMetadata INITIATOR_REF_RELATION_ID
-
TASK_REF_TARGET_OID
public static final com.querydsl.sql.ColumnMetadata TASK_REF_TARGET_OID
-
TASK_REF_TARGET_TYPE
public static final com.querydsl.sql.ColumnMetadata TASK_REF_TARGET_TYPE
-
TASK_REF_RELATION_ID
public static final com.querydsl.sql.ColumnMetadata TASK_REF_RELATION_ID
-
TIMESTAMP
public static final com.querydsl.sql.ColumnMetadata TIMESTAMP
-
status
public final com.querydsl.core.types.dsl.EnumPath<OperationResultStatusType> status
-
recordType
public final com.querydsl.core.types.dsl.EnumPath<OperationExecutionRecordTypeType> recordType
-
initiatorRefTargetOid
public final UuidPath initiatorRefTargetOid
-
initiatorRefTargetType
public final com.querydsl.core.types.dsl.EnumPath<MObjectType> initiatorRefTargetType
-
initiatorRefRelationId
public final com.querydsl.core.types.dsl.NumberPath<Integer> initiatorRefRelationId
-
taskRefTargetOid
public final UuidPath taskRefTargetOid
-
taskRefTargetType
public final com.querydsl.core.types.dsl.EnumPath<MObjectType> taskRefTargetType
-
taskRefRelationId
public final com.querydsl.core.types.dsl.NumberPath<Integer> taskRefRelationId
-
timestamp
public final com.querydsl.core.types.dsl.DateTimePath<Instant> timestamp
-
-
Method Detail
-
isOwnedBy
public com.querydsl.core.types.dsl.BooleanExpression isOwnedBy(OR ownerRow)
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<OR extends MObject>
- Overrides:
isOwnedBy
in classQContainer<MOperationExecution,OR extends MObject>
-
-