Class QProcessedObject
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<MProcessedObject,MSimulationResult>
 
com.evolveum.midpoint.repo.sqale.qmodel.simulation.QProcessedObject
- All Implemented Interfaces:
- QOwnedBy<MSimulationResult>,- com.querydsl.core.types.EntityPath<MProcessedObject>,- com.querydsl.core.types.Expression<MProcessedObject>,- com.querydsl.core.types.Path<MProcessedObject>,- com.querydsl.core.types.ProjectionRole<MProcessedObject>,- com.querydsl.sql.RelationalPath<MProcessedObject>,- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.NumberPath<Long>static final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> static final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.StringPathfinal com.querydsl.core.types.dsl.StringPathstatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatastatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> final com.querydsl.core.types.dsl.ArrayPath<byte[],Byte> final com.querydsl.core.types.dsl.EnumPath<MObjectType>final UuidPathstatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.EnumPath<ObjectProcessingStateType>static final com.querydsl.sql.ColumnMetadatastatic final Stringstatic final com.querydsl.sql.ColumnMetadatafinal com.querydsl.core.types.dsl.StringPathFields inherited from class com.evolveum.midpoint.repo.sqale.qmodel.common.QContainercid, CID, CLASS, CONTAINER_TYPE, containerType, objectOidIdFk, OWNER_OID, ownerOid, pkFields inherited from class com.evolveum.midpoint.repo.sqlbase.querydsl.FlexibleRelationalPathBaseDEFAULT_SCHEMA_NAMEFields inherited from class com.querydsl.core.types.dsl.DslExpressionhashCode, mixin
- 
Constructor SummaryConstructorsConstructorDescriptionQProcessedObject(String variable) QProcessedObject(String variable, String schema, String table) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.querydsl.core.types.dsl.BooleanExpressionisOwnedBy(MSimulationResult 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.FlexibleRelationalPathBaseaddMetadata, createArray, createBoolean, createByteArray, createDateTime, createEnum, createInstant, createInteger, createLong, createNumber, createString, createUuid, getPathMethods inherited from class com.querydsl.sql.RelationalPathBaseadd, 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.BeanPathaccept, 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.SimpleExpressionas, 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.DslExpressionequals, getType, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expressionaccept, getTypeMethods inherited from interface com.querydsl.core.types.PathgetAnnotatedElement, getMetadata, getRoot
- 
Field Details- 
TABLE_NAME- See Also:
 
- 
OIDpublic static final com.querydsl.sql.ColumnMetadata OID
- 
OBJECT_TYPEpublic static final com.querydsl.sql.ColumnMetadata OBJECT_TYPE
- 
NAME_ORIGpublic static final com.querydsl.sql.ColumnMetadata NAME_ORIG
- 
NAME_NORMpublic static final com.querydsl.sql.ColumnMetadata NAME_NORM
- 
STATEpublic static final com.querydsl.sql.ColumnMetadata STATE
- 
FOCUS_RECORD_IDpublic static final com.querydsl.sql.ColumnMetadata FOCUS_RECORD_ID
- 
FULL_OBJECTpublic static final com.querydsl.sql.ColumnMetadata FULL_OBJECT
- 
OBJECT_BEFOREpublic static final com.querydsl.sql.ColumnMetadata OBJECT_BEFORE
- 
OBJECT_AFTERpublic static final com.querydsl.sql.ColumnMetadata OBJECT_AFTER
- 
METRIC_IDENTIFIERSpublic static final com.querydsl.sql.ColumnMetadata METRIC_IDENTIFIERS
- 
TRANSACTION_IDpublic static final com.querydsl.sql.ColumnMetadata TRANSACTION_ID
- 
oid
- 
objectType
- 
nameOrigpublic final com.querydsl.core.types.dsl.StringPath nameOrig
- 
nameNormpublic final com.querydsl.core.types.dsl.StringPath nameNorm
- 
state
- 
fullObject
- 
objectBefore
- 
objectAfter
- 
metricIdentifiers
- 
transactionIdpublic final com.querydsl.core.types.dsl.StringPath transactionId
- 
focusRecordId
 
- 
- 
Constructor Details- 
QProcessedObject
- 
QProcessedObject
 
- 
- 
Method Details- 
isOwnedByDescription 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 interface- QOwnedBy<MSimulationResult>
- Overrides:
- isOwnedByin class- QContainer<MProcessedObject,- MSimulationResult> 
 
 
-